#C48470

Color #C48470 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C48470

Tints of Brandy Rose #C48470

Color information

#C48470 (or 0xC48470) is unknown color: approx Brandy Rose. HEX triplet: C4, 84 and 70. RGB value is (196,132,112). Sum of RGB (Red+Green+Blue) = 196+132+112=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48470 is #3B7B8F. Grayscale: #959595. Windows color (decimal): -3898256 or 7374020. OLE color: 7374020.

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

Color convert

RGB196132112-
CMYK00.330.430.23
HSL14.29º41.58%60.39%-
HSV(B)14.29º42.86%76.86%-
XYZ33.9429.4119.22-
YUV148.86107.2161.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=44.55%
G=30%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613211200.330.430.2314.2941.5860.39
HexC484700212B17e2a3c
Octal3042041600415327165274
Binary110001001000010011100000100001101011101111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48470; }

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

 H1.HeaderClassName
 {
   color: #C48470;
 }
 .AnyTagClassName
 {
   color: #C48470;
 }
</style>
background-color css

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

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

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

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

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

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