Html Css Color HEX #C48173 Brandy Rose

📋 copy color: '#C48173'

red 196 ◦ green 129 ◦ blue 115

#C48173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C48173

Tints of Brandy Rose #C48173

RGB

 RED value IS 196 (76.95% from 255) = 44.55%

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 44.55%
G = 29.32%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C48173 (or 0xC48173) is known color: Brandy Rose. HEX triplet: C4, 81 and 73. RGB value is (196,129,115). Sum of RGB (Red+Green+Blue) = 196+129+115=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48173 is #3B7E8C. Grayscale: #939393. Windows color (decimal): -3899021 or 7569860. OLE color: 7569860.

HSL color Cylindrical-coordinate representation of color #C48173: hue angle of 10.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48173 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 115 -
CMYK 0 0.34 0.41 0.23
HSL 10.37º 0.41% 0.61% -
HSV(B) 10.37º 0.41% 0.77% -
XYZ 33.71 28.67 19.98 -
YUV 147.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 196 129 115 0 0.34 0.41 0.23 10.37 0.41 0.61
Hex C4 81 73 0 22 29 17 A 29 3D
Octal 304 201 163 0 42 51 27 12 51 75
Binary 11000100 10000001 1110011 0 100010 101001 10111 1010 101001 111101

Color Harmonies of #C48173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48173

Black with #C48173

Text Example


Text Example

White with #C48173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48173; }

 p { color: rgb(196,129,115); }

 H1.HeaderClassName
 {
   color: #C48173;
 }
 .AnyTagClassName
 {
   color: #C48173;
 }
</style>

background-color css

<style>
 a { background-color: #C48173; }

 a { background-color: rgb(196,129,115); }

 div.DivClassName
 {
   background-color: #C48173;
 }
 .BgClassName
 {
   background-color: #C48173;
 }
</style>

border-color css

<style>
 span { border-color: #C48173; }

 span { border-color: rgb(196,129,115); }

 td.TdClassName
 {
   border-color: #C48173;
 }
 .TagClassName
 {
   border-color: #C48173;
 }
</style>