#C38977

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

Shades of Brandy Rose #C38977

Tints of Brandy Rose #C38977

Color information

#C38977 (or 0xC38977) is unknown color: approx Brandy Rose. HEX triplet: C3, 89 and 77. RGB value is (195,137,119). Sum of RGB (Red+Green+Blue) = 195+137+119=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C38977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38977 is #3C7688. Grayscale: #989898. Windows color (decimal): -3962505 or 7834051. OLE color: 7834051.

HSL color Cylindrical-coordinate representation of color #C38977: hue angle of 14.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38977 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195137119-
CMYK00.300.390.24
HSL14.21º38.78%61.57%-
HSV(B)14.21º38.97%76.47%-
XYZ34.7830.8321.57-
YUV152.29109.22158.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=43.24%
G=30.38%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513711900.300.390.2414.2138.7861.57
HexC3897701E2718e273e
Octal3032111670364730164776
Binary11000011100010011110111011110100111110001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38977; }

 p { color: rgb(195,137,119); }

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

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

 a { background-color: rgb(195,137,119); }

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

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

 span { border-color: rgb(195,137,119); }

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