Html Css Color HEX #C48476 Brandy Rose

📋 copy color: '#C48476'

red 196 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #C48476

Tints of Brandy Rose #C48476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

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

R = 43.95%
G = 29.6%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48476 (or 0xC48476) is known color: Brandy Rose. HEX triplet: C4, 84 and 76. RGB value is (196,132,118). Sum of RGB (Red+Green+Blue) = 196+132+118=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48476 is #3B7B89. Grayscale: #959595. Windows color (decimal): -3898250 or 7767236. OLE color: 7767236.

HSL color Cylindrical-coordinate representation of color #C48476: hue angle of 10.77º 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 #C48476 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 118 -
CMYK 0 0.33 0.40 0.23
HSL 10.77º 0.4% 0.62% -
HSV(B) 10.77º 0.4% 0.77% -
XYZ 34.29 29.55 21.04 -
YUV 149.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 196 132 118 0 0.33 0.40 0.23 10.77 0.4 0.62
Hex C4 84 76 0 21 28 17 B 28 3E
Octal 304 204 166 0 41 50 27 13 50 76
Binary 11000100 10000100 1110110 0 100001 101000 10111 1011 101000 111110

Color Harmonies of #C48476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48476

Black with #C48476

Text Example


Text Example

White with #C48476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48476; }

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

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

background-color css

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

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

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

border-color css

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

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

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