Html Css Color HEX #CC7750 Red Damask

📋 copy color: '#CC7750'

red 204 ◦ green 119 ◦ blue 80

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

Shades of Red Damask #CC7750

Tints of Red Damask #CC7750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 50.62%
G = 29.53%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC7750 (or 0xCC7750) is known color: Red Damask. HEX triplet: CC, 77 and 50. RGB value is (204,119,80). Sum of RGB (Red+Green+Blue) = 204+119+80=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7750 is #3388AF. Grayscale: #8C8C8C. Windows color (decimal): -3377328 or 5273548. OLE color: 5273548.

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

Color convert

RGB 204 119 80 -
CMYK 0 0.42 0.61 0.2
HSL 18.87º 0.55% 0.56% -
HSV(B) 18.87º 0.61% 0.8% -
XYZ 32.95 26.61 10.99 -
YUV 139.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 204 119 80 0 0.42 0.61 0.2 18.87 0.55 0.56
Hex CC 77 50 0 2A 3D 14 13 37 38
Octal 314 167 120 0 52 75 24 23 67 70
Binary 11001100 1110111 1010000 0 101010 111101 10100 10011 110111 111000

Color Harmonies of #CC7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7750

Black with #CC7750

Text Example


Text Example

White with #CC7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7750; }

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

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

background-color css

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

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

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

border-color css

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

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

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