Html Css Color HEX #CA7652 Red Damask

📋 copy color: '#CA7652'

red 202 ◦ green 118 ◦ blue 82

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

Shades of Red Damask #CA7652

Tints of Red Damask #CA7652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 50.25%
G = 29.35%
B = 20.4%

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

#CA7652 (or 0xCA7652) is known color: Red Damask. HEX triplet: CA, 76 and 52. RGB value is (202,118,82). Sum of RGB (Red+Green+Blue) = 202+118+82=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7652 is #3589AD. Grayscale: #8B8B8B. Windows color (decimal): -3508654 or 5404362. OLE color: 5404362.

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

Color convert

RGB 202 118 82 -
CMYK 0 0.42 0.59 0.21
HSL 18º 0.53% 0.56% -
HSV(B) 18º 0.59% 0.79% -
XYZ 32.36 26.12 11.32 -
YUV 139.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 202 118 82 0 0.42 0.59 0.21 18 0.53 0.56
Hex CA 76 52 0 2A 3B 15 12 35 38
Octal 312 166 122 0 52 73 25 22 65 70
Binary 11001010 1110110 1010010 0 101010 111011 10101 10010 110101 111000

Color Harmonies of #CA7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7652

Black with #CA7652

Text Example


Text Example

White with #CA7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7652; }

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

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

background-color css

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

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

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

border-color css

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

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

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