#CA6545

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

Shades of Red Damask #CA6545

Tints of Red Damask #CA6545

Color information

#CA6545 (or 0xCA6545) is unknown color: approx Red Damask. HEX triplet: CA, 65 and 45. RGB value is (202,101,69). Sum of RGB (Red+Green+Blue) = 202+101+69=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6545 is #359ABA. Grayscale: #7F7F7F. Windows color (decimal): -3513019 or 4548042. OLE color: 4548042.

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

Color convert

RGB20210169-
CMYK00.500.660.21
HSL14.44º55.65%53.14%-
HSV(B)14.44º65.84%79.22%-
XYZ30.0822.298.35-
YUV127.5594.96181.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=54.30%
G=27.15%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021016900.500.660.2114.4455.6553.14
HexCA65450324215e3835
Octal31214510506210225167065
Binary110010101100101100010101100101000010101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6545; }

 p { color: rgb(202,101,69); }

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

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

 a { background-color: rgb(202,101,69); }

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

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

 span { border-color: rgb(202,101,69); }

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