#C38170

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

Shades of Brandy Rose #C38170

Tints of Brandy Rose #C38170

Color information

#C38170 (or 0xC38170) is unknown color: approx Brandy Rose. HEX triplet: C3, 81 and 70. RGB value is (195,129,112). Sum of RGB (Red+Green+Blue) = 195+129+112=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38170 is #3C7E8F. Grayscale: #929292. Windows color (decimal): -3964560 or 7373251. OLE color: 7373251.

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

Color convert

RGB195129112-
CMYK00.340.430.24
HSL12.29º40.89%60.2%-
HSV(B)12.29º42.56%76.47%-
XYZ33.2828.4719.07-
YUV146.8108.37162.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=44.72%
G=29.59%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512911200.340.430.2412.2940.8960.2
HexC381700222B18c293c
Octal3032011600425330145174
Binary110000111000000111100000100010101011110001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38170; }

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

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

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

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

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

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

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

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