#C38775

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

Shades of Brandy Rose #C38775

Tints of Brandy Rose #C38775

Color information

#C38775 (or 0xC38775) is unknown color: approx Brandy Rose. HEX triplet: C3, 87 and 75. RGB value is (195,135,117). Sum of RGB (Red+Green+Blue) = 195+135+117=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38775 is #3C788A. Grayscale: #979797. Windows color (decimal): -3963019 or 7702467. OLE color: 7702467.

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

Color convert

RGB195135117-
CMYK00.310.40.24
HSL13.85º39.39%61.18%-
HSV(B)13.85º40%76.47%-
XYZ34.3830.2120.85-
YUV150.89108.88159.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=43.62%
G=30.20%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513511700.310.40.2413.8539.3961.18
HexC3877501F2818e273d
Octal3032071650375030164775
Binary11000011100001111110101011111101000110001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38775; }

 p { color: rgb(195,135,117); }

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

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

 a { background-color: rgb(195,135,117); }

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

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

 span { border-color: rgb(195,135,117); }

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