#CA674D

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

Shades of Red Damask #CA674D

Tints of Red Damask #CA674D

Color information

#CA674D (or 0xCA674D) is unknown color: approx Red Damask. HEX triplet: CA, 67 and 4D. RGB value is (202,103,77). Sum of RGB (Red+Green+Blue) = 202+103+77=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA674D is #3598B2. Grayscale: #818181. Windows color (decimal): -3512499 or 5072842. OLE color: 5072842.

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

Color convert

RGB20210377-
CMYK00.490.620.21
HSL12.48º54.11%54.71%-
HSV(B)12.48º61.88%79.22%-
XYZ30.5522.799.81-
YUV129.6498.3179.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=52.88%
G=26.96%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021037700.490.620.2112.4854.1154.71
HexCA674D0313E15c3637
Octal3121471150617625146667
Binary11001010110011110011010110001111110101011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA674D; }

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

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

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

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

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

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

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

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