Html Css Color HEX #CA7145 Red Damask

📋 copy color: '#CA7145'

red 202 ◦ green 113 ◦ blue 69

#CA7145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CA7145

Tints of Red Damask #CA7145

RGB

 RED value IS 202 (79.3% from 255) = 52.6%

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 52.6%
G = 29.43%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA7145 (or 0xCA7145) is known color: Red Damask. HEX triplet: CA, 71 and 45. RGB value is (202,113,69). Sum of RGB (Red+Green+Blue) = 202+113+69=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7145 is #358EBA. Grayscale: #868686. Windows color (decimal): -3509947 or 4551114. OLE color: 4551114.

HSL color Cylindrical-coordinate representation of color #CA7145: hue angle of 19.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA7145 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 69 -
CMYK 0 0.44 0.66 0.21
HSL 19.85º 0.56% 0.53% -
HSV(B) 19.85º 0.66% 0.79% -
XYZ 31.34 24.8 8.76 -
YUV 134.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 202 113 69 0 0.44 0.66 0.21 19.85 0.56 0.53
Hex CA 71 45 0 2C 42 15 14 38 35
Octal 312 161 105 0 54 102 25 24 70 65
Binary 11001010 1110001 1000101 0 101100 1000010 10101 10100 111000 110101

Color Harmonies of #CA7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7145

Black with #CA7145

Text Example


Text Example

White with #CA7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7145; }

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

 H1.HeaderClassName
 {
   color: #CA7145;
 }
 .AnyTagClassName
 {
   color: #CA7145;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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