Html Css Color HEX #CA7344 Red Damask

📋 copy color: '#CA7344'

red 202 ◦ green 115 ◦ blue 68

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

Shades of Red Damask #CA7344

Tints of Red Damask #CA7344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 52.47%
G = 29.87%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA7344 (or 0xCA7344) is known color: Red Damask. HEX triplet: CA, 73 and 44. RGB value is (202,115,68). Sum of RGB (Red+Green+Blue) = 202+115+68=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7344 is #358CBB. Grayscale: #878787. Windows color (decimal): -3509436 or 4486090. OLE color: 4486090.

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

Color convert

RGB 202 115 68 -
CMYK 0 0.43 0.66 0.21
HSL 21.04º 0.56% 0.53% -
HSV(B) 21.04º 0.66% 0.79% -
XYZ 31.53 25.24 8.68 -
YUV 135.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 202 115 68 0 0.43 0.66 0.21 21.04 0.56 0.53
Hex CA 73 44 0 2B 42 15 15 38 35
Octal 312 163 104 0 53 102 25 25 70 65
Binary 11001010 1110011 1000100 0 101011 1000010 10101 10101 111000 110101

Color Harmonies of #CA7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7344

Black with #CA7344

Text Example


Text Example

White with #CA7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7344; }

 p { color: rgb(202,115,68); }

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

background-color css

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

 a { background-color: rgb(202,115,68); }

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

border-color css

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

 span { border-color: rgb(202,115,68); }

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