Html Css Color HEX #C48176 Brandy Rose

📋 copy color: '#C48176'

red 196 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #C48176

Tints of Brandy Rose #C48176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 44.24%
G = 29.12%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48176 (or 0xC48176) is known color: Brandy Rose. HEX triplet: C4, 81 and 76. RGB value is (196,129,118). Sum of RGB (Red+Green+Blue) = 196+129+118=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48176 is #3B7E89. Grayscale: #939393. Windows color (decimal): -3899018 or 7766468. OLE color: 7766468.

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

Color convert

RGB 196 129 118 -
CMYK 0 0.34 0.40 0.23
HSL 8.46º 0.4% 0.62% -
HSV(B) 8.46º 0.4% 0.77% -
XYZ 33.89 28.74 20.9 -
YUV 147.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 196 129 118 0 0.34 0.40 0.23 8.46 0.4 0.62
Hex C4 81 76 0 22 28 17 8 28 3E
Octal 304 201 166 0 42 50 27 10 50 76
Binary 11000100 10000001 1110110 0 100010 101000 10111 1000 101000 111110

Color Harmonies of #C48176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48176

Black with #C48176

Text Example


Text Example

White with #C48176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48176; }

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

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

background-color css

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

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

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

border-color css

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

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

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