#C48370

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

Shades of Brandy Rose #C48370

Tints of Brandy Rose #C48370

Color information

#C48370 (or 0xC48370) is unknown color: approx Brandy Rose. HEX triplet: C4, 83 and 70. RGB value is (196,131,112). Sum of RGB (Red+Green+Blue) = 196+131+112=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C48370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48370 is #3B7C8F. Grayscale: #949494. Windows color (decimal): -3898512 or 7373764. OLE color: 7373764.

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

Color convert

RGB196131112-
CMYK00.330.430.23
HSL13.57º41.58%60.39%-
HSV(B)13.57º42.86%76.86%-
XYZ33.8129.1419.17-
YUV148.27107.53162.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=44.65%
G=29.84%
B=25.51%

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
Decimal19613111200.330.430.2313.5741.5860.39
HexC483700212B17e2a3c
Octal3042031600415327165274
Binary110001001000001111100000100001101011101111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48370; }

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

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

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

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

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

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

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

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