Html Css Color HEX #CA7550 Red Damask

📋 copy color: '#CA7550'

red 202 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #CA7550

Tints of Red Damask #CA7550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 50.63%
G = 29.32%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA7550 (or 0xCA7550) is known color: Red Damask. HEX triplet: CA, 75 and 50. RGB value is (202,117,80). Sum of RGB (Red+Green+Blue) = 202+117+80=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7550 is #358AAF. Grayscale: #8A8A8A. Windows color (decimal): -3508912 or 5273034. OLE color: 5273034.

HSL color Cylindrical-coordinate representation of color #CA7550: hue angle of 18.2º degrees, saturation: 0.54, 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 #CA7550 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 80 -
CMYK 0 0.42 0.60 0.21
HSL 18.2º 0.54% 0.55% -
HSV(B) 18.2º 0.6% 0.79% -
XYZ 32.17 25.86 10.89 -
YUV 138.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 202 117 80 0 0.42 0.60 0.21 18.2 0.54 0.55
Hex CA 75 50 0 2A 3C 15 12 36 37
Octal 312 165 120 0 52 74 25 22 66 67
Binary 11001010 1110101 1010000 0 101010 111100 10101 10010 110110 110111

Color Harmonies of #CA7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7550

Black with #CA7550

Text Example


Text Example

White with #CA7550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7550; }

 p { color: rgb(202,117,80); }

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

background-color css

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

 a { background-color: rgb(202,117,80); }

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

border-color css

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

 span { border-color: rgb(202,117,80); }

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