#CA714A

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

Shades of Red Damask #CA714A

Tints of Red Damask #CA714A

Color information

#CA714A (or 0xCA714A) is unknown color: approx Red Damask. HEX triplet: CA, 71 and 4A. RGB value is (202,113,74). Sum of RGB (Red+Green+Blue) = 202+113+74=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA714A is #358EB5. Grayscale: #878787. Windows color (decimal): -3509942 or 4878794. OLE color: 4878794.

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

Color convert

RGB20211374-
CMYK00.440.630.21
HSL18.28º54.7%54.12%-
HSV(B)18.28º63.37%79.22%-
XYZ31.524.869.62-
YUV135.1693.49175.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 74 (29.30% from 255) = 19.02%
R=51.93%
G=29.05%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021137400.440.630.2118.2854.754.12
HexCA714A02C3F15123736
Octal3121611120547725226766
Binary110010101110001100101001011001111111010110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA714A; }

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

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

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

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

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

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

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

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