Html Css Color HEX #CA7552 Red Damask

📋 copy color: '#CA7552'

red 202 ◦ green 117 ◦ blue 82

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

Shades of Red Damask #CA7552

Tints of Red Damask #CA7552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 50.37%
G = 29.18%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7552 (or 0xCA7552) is known color: Red Damask. HEX triplet: CA, 75 and 52. RGB value is (202,117,82). Sum of RGB (Red+Green+Blue) = 202+117+82=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7552 is #358AAD. Grayscale: #8A8A8A. Windows color (decimal): -3508910 or 5404106. OLE color: 5404106.

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

Color convert

RGB 202 117 82 -
CMYK 0 0.42 0.59 0.21
HSL 17.5º 0.53% 0.56% -
HSV(B) 17.5º 0.59% 0.79% -
XYZ 32.24 25.89 11.28 -
YUV 138.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 202 117 82 0 0.42 0.59 0.21 17.5 0.53 0.56
Hex CA 75 52 0 2A 3B 15 12 35 38
Octal 312 165 122 0 52 73 25 22 65 70
Binary 11001010 1110101 1010010 0 101010 111011 10101 10010 110101 111000

Color Harmonies of #CA7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7552

Black with #CA7552

Text Example


Text Example

White with #CA7552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7552; }

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

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

background-color css

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

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

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

border-color css

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

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

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