#C3764B

Color #C3764B Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C3764B

Tints of Red Damask #C3764B

Color information

#C3764B (or 0xC3764B) is unknown color: approx Red Damask. HEX triplet: C3, 76 and 4B. RGB value is (195,118,75). Sum of RGB (Red+Green+Blue) = 195+118+75=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3764B is #3C89B4. Grayscale: #888888. Windows color (decimal): -3967413 or 4945603. OLE color: 4945603.

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

Color convert

RGB19511875-
CMYK00.390.620.24
HSL21.5º50%52.94%-
HSV(B)21.5º61.54%76.47%-
XYZ30.2525.079.9-
YUV136.1293.51170-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=50.26%
G=30.41%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951187500.390.620.2421.55052.94
HexC3764B0273E18163235
Octal3031661130477630266265
Binary110000111110110100101101001111111101100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3764B; }

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

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

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

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

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

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

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

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