Html Css Color HEX #CA7752 Red Damask

📋 copy color: '#CA7752'

red 202 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #CA7752

Tints of Red Damask #CA7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

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

R = 50.12%
G = 29.53%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7752 (or 0xCA7752) is known color: Red Damask. HEX triplet: CA, 77 and 52. RGB value is (202,119,82). Sum of RGB (Red+Green+Blue) = 202+119+82=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7752 is #3588AD. Grayscale: #8B8B8B. Windows color (decimal): -3508398 or 5404618. OLE color: 5404618.

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

Color convert

RGB 202 119 82 -
CMYK 0 0.41 0.59 0.21
HSL 18.5º 0.53% 0.56% -
HSV(B) 18.5º 0.59% 0.79% -
XYZ 32.48 26.36 11.36 -
YUV 139.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 202 119 82 0 0.41 0.59 0.21 18.5 0.53 0.56
Hex CA 77 52 0 29 3B 15 12 35 38
Octal 312 167 122 0 51 73 25 22 65 70
Binary 11001010 1110111 1010010 0 101001 111011 10101 10010 110101 111000

Color Harmonies of #CA7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7752

Black with #CA7752

Text Example


Text Example

White with #CA7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7752; }

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

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

background-color css

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

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

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

border-color css

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

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

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