Html Css Color HEX #C48170 Brandy Rose

📋 copy color: '#C48170'

red 196 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #C48170

Tints of Brandy Rose #C48170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 44.85%
G = 29.52%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48170 (or 0xC48170) is known color: Brandy Rose. HEX triplet: C4, 81 and 70. RGB value is (196,129,112). Sum of RGB (Red+Green+Blue) = 196+129+112=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48170 is #3B7E8F. Grayscale: #939393. Windows color (decimal): -3899024 or 7373252. OLE color: 7373252.

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

Color convert

RGB 196 129 112 -
CMYK 0 0.34 0.43 0.23
HSL 12.14º 0.42% 0.6% -
HSV(B) 12.14º 0.43% 0.77% -
XYZ 33.54 28.61 19.08 -
YUV 147.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 196 129 112 0 0.34 0.43 0.23 12.14 0.42 0.6
Hex C4 81 70 0 22 2B 17 C 2A 3C
Octal 304 201 160 0 42 53 27 14 52 74
Binary 11000100 10000001 1110000 0 100010 101011 10111 1100 101010 111100

Color Harmonies of #C48170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48170

Black with #C48170

Text Example


Text Example

White with #C48170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48170; }

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

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

background-color css

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

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

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

border-color css

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

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

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