#C38A77

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

Shades of Brandy Rose #C38A77

Tints of Brandy Rose #C38A77

Color information

#C38A77 (or 0xC38A77) is unknown color: approx Brandy Rose. HEX triplet: C3, 8A and 77. RGB value is (195,138,119). Sum of RGB (Red+Green+Blue) = 195+138+119=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A77 is #3C7588. Grayscale: #999999. Windows color (decimal): -3962249 or 7834307. OLE color: 7834307.

HSL color Cylindrical-coordinate representation of color #C38A77: hue angle of 15º 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 #C38A77 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195138119-
CMYK00.290.390.24
HSL15º38.78%61.57%-
HSV(B)15º38.97%76.47%-
XYZ34.9231.1121.62-
YUV152.88108.88158.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=43.14%
G=30.53%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513811900.290.390.241538.7861.57
HexC38A7701D2718f273e
Octal3032121670354730174776
Binary11000011100010101110111011101100111110001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A77; }

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

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

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

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

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

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

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

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