#CA6A43

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

Shades of Red Damask #CA6A43

Tints of Red Damask #CA6A43

Color information

#CA6A43 (or 0xCA6A43) is unknown color: approx Red Damask. HEX triplet: CA, 6A and 43. RGB value is (202,106,67). Sum of RGB (Red+Green+Blue) = 202+106+67=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A43 is #3595BC. Grayscale: #828282. Windows color (decimal): -3511741 or 4418250. OLE color: 4418250.

HSL color Cylindrical-coordinate representation of color #CA6A43: hue angle of 17.33º 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 #CA6A43 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20210667-
CMYK00.480.670.21
HSL17.33º56.02%52.75%-
HSV(B)17.33º66.83%79.22%-
XYZ30.5223.278.19-
YUV130.2692.3179.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=53.87%
G=28.27%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021066700.480.670.2117.3356.0252.75
HexCA6A430304315113835
Octal31215210306010325217065
Binary1100101011010101000011011000010000111010110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A43; }

 p { color: rgb(202,106,67); }

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

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

 a { background-color: rgb(202,106,67); }

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

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

 span { border-color: rgb(202,106,67); }

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