Html Css Color HEX #CC7751 Red Damask

📋 copy color: '#CC7751'

red 204 ◦ green 119 ◦ blue 81

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

Shades of Red Damask #CC7751

Tints of Red Damask #CC7751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 50.5%
G = 29.46%
B = 20.05%

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

#CC7751 (or 0xCC7751) is known color: Red Damask. HEX triplet: CC, 77 and 51. RGB value is (204,119,81). Sum of RGB (Red+Green+Blue) = 204+119+81=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7751 is #3388AE. Grayscale: #8C8C8C. Windows color (decimal): -3377327 or 5339084. OLE color: 5339084.

HSL color Cylindrical-coordinate representation of color #CC7751: hue angle of 18.54º degrees, saturation: 0.55, 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 #CC7751 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 81 -
CMYK 0 0.42 0.60 0.2
HSL 18.54º 0.55% 0.56% -
HSV(B) 18.54º 0.6% 0.8% -
XYZ 32.98 26.63 11.19 -
YUV 140.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 204 119 81 0 0.42 0.60 0.2 18.54 0.55 0.56
Hex CC 77 51 0 2A 3C 14 13 37 38
Octal 314 167 121 0 52 74 24 23 67 70
Binary 11001100 1110111 1010001 0 101010 111100 10100 10011 110111 111000

Color Harmonies of #CC7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7751

Black with #CC7751

Text Example


Text Example

White with #CC7751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7751; }

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

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

background-color css

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

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

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

border-color css

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

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

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