Html Css Color HEX #CC7851 Red Damask

📋 copy color: '#CC7851'

red 204 ◦ green 120 ◦ blue 81

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

Shades of Red Damask #CC7851

Tints of Red Damask #CC7851

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

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

R = 50.37%
G = 29.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC7851 (or 0xCC7851) is known color: Red Damask. HEX triplet: CC, 78 and 51. RGB value is (204,120,81). Sum of RGB (Red+Green+Blue) = 204+120+81=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7851 is #3387AE. Grayscale: #8C8C8C. Windows color (decimal): -3377071 or 5339340. OLE color: 5339340.

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

Color convert

RGB 204 120 81 -
CMYK 0 0.41 0.60 0.2
HSL 19.02º 0.55% 0.56% -
HSV(B) 19.02º 0.6% 0.8% -
XYZ 33.1 26.86 11.23 -
YUV 140.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 204 120 81 0 0.41 0.60 0.2 19.02 0.55 0.56
Hex CC 78 51 0 29 3C 14 13 37 38
Octal 314 170 121 0 51 74 24 23 67 70
Binary 11001100 1111000 1010001 0 101001 111100 10100 10011 110111 111000

Color Harmonies of #CC7851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7851

Black with #CC7851

Text Example


Text Example

White with #CC7851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7851; }

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

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

background-color css

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

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

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

border-color css

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

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

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