Html Css Color HEX #CC7752 Red Damask

📋 copy color: '#CC7752'

red 204 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #CC7752

Tints of Red Damask #CC7752

RGB

 RED value IS 204 (80.08% from 255) = 50.37%

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

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

R = 50.37%
G = 29.38%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC7752 (or 0xCC7752) is known color: Red Damask. HEX triplet: CC, 77 and 52. RGB value is (204,119,82). Sum of RGB (Red+Green+Blue) = 204+119+82=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7752 is #3388AD. Grayscale: #8C8C8C. Windows color (decimal): -3377326 or 5404620. OLE color: 5404620.

HSL color Cylindrical-coordinate representation of color #CC7752: hue angle of 18.2º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7752 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 82 -
CMYK 0 0.42 0.60 0.2
HSL 18.2º 0.54% 0.56% -
HSV(B) 18.2º 0.6% 0.8% -
XYZ 33.02 26.64 11.38 -
YUV 140.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 204 119 82 0 0.42 0.60 0.2 18.2 0.54 0.56
Hex CC 77 52 0 2A 3C 14 12 36 38
Octal 314 167 122 0 52 74 24 22 66 70
Binary 11001100 1110111 1010010 0 101010 111100 10100 10010 110110 111000

Color Harmonies of #CC7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7752

Black with #CC7752

Text Example


Text Example

White with #CC7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7752; }

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

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

background-color css

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

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

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

border-color css

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

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

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