#CA674A

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

Shades of Red Damask #CA674A

Tints of Red Damask #CA674A

Color information

#CA674A (or 0xCA674A) is unknown color: approx Red Damask. HEX triplet: CA, 67 and 4A. RGB value is (202,103,74). Sum of RGB (Red+Green+Blue) = 202+103+74=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA674A is #3598B5. Grayscale: #818181. Windows color (decimal): -3512502 or 4876234. OLE color: 4876234.

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

Color convert

RGB20210374-
CMYK00.490.630.21
HSL13.59º54.7%54.12%-
HSV(B)13.59º63.37%79.22%-
XYZ30.4422.759.27-
YUV129.2996.8179.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=53.30%
G=27.18%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021037400.490.630.2113.5954.754.12
HexCA674A0313F15e3736
Octal3121471120617725166766
Binary11001010110011110010100110001111111101011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA674A; }

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

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

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

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

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

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

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

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