Html Css Color HEX #CA7251 Red Damask

📋 copy color: '#CA7251'

red 202 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #CA7251

Tints of Red Damask #CA7251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 50.88%
G = 28.72%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA7251 (or 0xCA7251) is known color: Red Damask. HEX triplet: CA, 72 and 51. RGB value is (202,114,81). Sum of RGB (Red+Green+Blue) = 202+114+81=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7251 is #358DAE. Grayscale: #888888. Windows color (decimal): -3509679 or 5337802. OLE color: 5337802.

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

Color convert

RGB 202 114 81 -
CMYK 0 0.44 0.60 0.21
HSL 16.36º 0.53% 0.55% -
HSV(B) 16.36º 0.6% 0.79% -
XYZ 31.86 25.19 10.97 -
YUV 136.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 202 114 81 0 0.44 0.60 0.21 16.36 0.53 0.55
Hex CA 72 51 0 2C 3C 15 10 35 37
Octal 312 162 121 0 54 74 25 20 65 67
Binary 11001010 1110010 1010001 0 101100 111100 10101 10000 110101 110111

Color Harmonies of #CA7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7251

Black with #CA7251

Text Example


Text Example

White with #CA7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7251; }

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

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

background-color css

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

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

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

border-color css

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

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

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