Html Css Color HEX #C48276 Brandy Rose

📋 copy color: '#C48276'

red 196 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #C48276

Tints of Brandy Rose #C48276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 44.14%
G = 29.28%
B = 26.58%

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

#C48276 (or 0xC48276) is known color: Brandy Rose. HEX triplet: C4, 82 and 76. RGB value is (196,130,118). Sum of RGB (Red+Green+Blue) = 196+130+118=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48276 is #3B7D89. Grayscale: #949494. Windows color (decimal): -3898762 or 7766724. OLE color: 7766724.

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

Color convert

RGB 196 130 118 -
CMYK 0 0.34 0.40 0.23
HSL 9.23º 0.4% 0.62% -
HSV(B) 9.23º 0.4% 0.77% -
XYZ 34.02 29.01 20.95 -
YUV 148.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 196 130 118 0 0.34 0.40 0.23 9.23 0.4 0.62
Hex C4 82 76 0 22 28 17 9 28 3E
Octal 304 202 166 0 42 50 27 11 50 76
Binary 11000100 10000010 1110110 0 100010 101000 10111 1001 101000 111110

Color Harmonies of #C48276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48276

Black with #C48276

Text Example


Text Example

White with #C48276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48276; }

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

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

background-color css

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

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

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

border-color css

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

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

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