#CA654A

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

Shades of Red Damask #CA654A

Tints of Red Damask #CA654A

Color information

#CA654A (or 0xCA654A) is unknown color: approx Red Damask. HEX triplet: CA, 65 and 4A. RGB value is (202,101,74). Sum of RGB (Red+Green+Blue) = 202+101+74=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA654A is #359AB5. Grayscale: #808080. Windows color (decimal): -3513014 or 4875722. OLE color: 4875722.

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

Color convert

RGB20210174-
CMYK00.500.630.21
HSL12.66º54.7%54.12%-
HSV(B)12.66º63.37%79.22%-
XYZ30.2522.369.2-
YUV128.1297.46180.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=53.58%
G=26.79%
B=19.63%

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
Decimal2021017400.500.630.2112.6654.754.12
HexCA654A0323F15d3736
Octal3121451120627725156766
Binary11001010110010110010100110010111111101011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA654A; }

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

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

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

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

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

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

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

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