#CA664A

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

Shades of Red Damask #CA664A

Tints of Red Damask #CA664A

Color information

#CA664A (or 0xCA664A) is unknown color: approx Red Damask. HEX triplet: CA, 66 and 4A. RGB value is (202,102,74). Sum of RGB (Red+Green+Blue) = 202+102+74=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA664A is #3599B5. Grayscale: #808080. Windows color (decimal): -3512758 or 4875978. OLE color: 4875978.

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

Color convert

RGB20210274-
CMYK00.500.630.21
HSL13.12º54.7%54.12%-
HSV(B)13.12º63.37%79.22%-
XYZ30.3422.559.23-
YUV128.7197.13180.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=53.44%
G=26.98%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021027400.500.630.2113.1254.754.12
HexCA664A0323F15d3736
Octal3121461120627725156766
Binary11001010110011010010100110010111111101011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA664A; }

 p { color: rgb(202,102,74); }

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

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

 a { background-color: rgb(202,102,74); }

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

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

 span { border-color: rgb(202,102,74); }

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