Html Css Color HEX #CA7245 Red Damask

📋 copy color: '#CA7245'

red 202 ◦ green 114 ◦ blue 69

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

Shades of Red Damask #CA7245

Tints of Red Damask #CA7245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 52.47%
G = 29.61%
B = 17.92%

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

#CA7245 (or 0xCA7245) is known color: Red Damask. HEX triplet: CA, 72 and 45. RGB value is (202,114,69). Sum of RGB (Red+Green+Blue) = 202+114+69=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7245 is #358DBA. Grayscale: #878787. Windows color (decimal): -3509691 or 4551370. OLE color: 4551370.

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

Color convert

RGB 202 114 69 -
CMYK 0 0.44 0.66 0.21
HSL 20.3º 0.56% 0.53% -
HSV(B) 20.3º 0.66% 0.79% -
XYZ 31.45 25.02 8.8 -
YUV 135.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 202 114 69 0 0.44 0.66 0.21 20.3 0.56 0.53
Hex CA 72 45 0 2C 42 15 14 38 35
Octal 312 162 105 0 54 102 25 24 70 65
Binary 11001010 1110010 1000101 0 101100 1000010 10101 10100 111000 110101

Color Harmonies of #CA7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7245

Black with #CA7245

Text Example


Text Example

White with #CA7245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7245; }

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

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

background-color css

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

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

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

border-color css

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

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

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