Html Css Color HEX #CA7152 Red Damask

📋 copy color: '#CA7152'

red 202 ◦ green 113 ◦ blue 82

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

Shades of Red Damask #CA7152

Tints of Red Damask #CA7152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

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

R = 50.88%
G = 28.46%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7152 (or 0xCA7152) is known color: Red Damask. HEX triplet: CA, 71 and 52. RGB value is (202,113,82). Sum of RGB (Red+Green+Blue) = 202+113+82=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7152 is #358EAD. Grayscale: #888888. Windows color (decimal): -3509934 or 5403082. OLE color: 5403082.

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

Color convert

RGB 202 113 82 -
CMYK 0 0.44 0.59 0.21
HSL 15.5º 0.53% 0.56% -
HSV(B) 15.5º 0.59% 0.79% -
XYZ 31.79 24.98 11.13 -
YUV 136.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 202 113 82 0 0.44 0.59 0.21 15.5 0.53 0.56
Hex CA 71 52 0 2C 3B 15 10 35 38
Octal 312 161 122 0 54 73 25 20 65 70
Binary 11001010 1110001 1010010 0 101100 111011 10101 10000 110101 111000

Color Harmonies of #CA7152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7152

Black with #CA7152

Text Example


Text Example

White with #CA7152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7152; }

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

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

background-color css

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

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

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

border-color css

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

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

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