#C38476

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

Shades of Brandy Rose #C38476

Tints of Brandy Rose #C38476

Color information

#C38476 (or 0xC38476) is unknown color: approx Brandy Rose. HEX triplet: C3, 84 and 76. RGB value is (195,132,118). Sum of RGB (Red+Green+Blue) = 195+132+118=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38476 is #3C7B89. Grayscale: #959595. Windows color (decimal): -3963786 or 7767235. OLE color: 7767235.

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

Color convert

RGB195132118-
CMYK00.320.390.24
HSL10.91º39.09%61.37%-
HSV(B)10.91º39.49%76.47%-
XYZ34.0329.4121.02-
YUV149.24110.37160.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=43.82%
G=29.66%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513211800.320.390.2410.9139.0961.37
HexC384760202718b273d
Octal3032041660404730134775
Binary110000111000010011101100100000100111110001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38476; }

 p { color: rgb(195,132,118); }

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

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

 a { background-color: rgb(195,132,118); }

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

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

 span { border-color: rgb(195,132,118); }

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