#C38773

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

Shades of Brandy Rose #C38773

Tints of Brandy Rose #C38773

Color information

#C38773 (or 0xC38773) is unknown color: approx Brandy Rose. HEX triplet: C3, 87 and 73. RGB value is (195,135,115). Sum of RGB (Red+Green+Blue) = 195+135+115=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38773 is #3C788C. Grayscale: #969696. Windows color (decimal): -3963021 or 7571395. OLE color: 7571395.

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

Color convert

RGB195135115-
CMYK00.310.410.24
HSL15º40%60.78%-
HSV(B)15º41.03%76.47%-
XYZ34.2630.1720.24-
YUV150.66107.88159.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=43.82%
G=30.34%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513511500.310.410.24154060.78
HexC3877301F2918f283d
Octal3032071630375130175075
Binary11000011100001111110011011111101001110001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38773; }

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

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

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

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

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

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

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

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