#CA6742

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

Shades of Red Damask #CA6742

Tints of Red Damask #CA6742

Color information

#CA6742 (or 0xCA6742) is unknown color: approx Red Damask. HEX triplet: CA, 67 and 42. RGB value is (202,103,66). Sum of RGB (Red+Green+Blue) = 202+103+66=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6742 is #3598BD. Grayscale: #808080. Windows color (decimal): -3512510 or 4351946. OLE color: 4351946.

HSL color Cylindrical-coordinate representation of color #CA6742: hue angle of 16.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA6742 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20210366-
CMYK00.490.670.21
HSL16.32º56.2%52.55%-
HSV(B)16.32º67.33%79.22%-
XYZ30.1922.657.93-
YUV128.3892.8180.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=54.45%
G=27.76%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021036600.490.670.2116.3256.252.55
HexCA67420314315103835
Octal31214710206110325207065
Binary1100101011001111000010011000110000111010110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6742; }

 p { color: rgb(202,103,66); }

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

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

 a { background-color: rgb(202,103,66); }

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

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

 span { border-color: rgb(202,103,66); }

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