Html Css Color HEX #CC7651 Red Damask

📋 copy color: '#CC7651'

red 204 ◦ green 118 ◦ blue 81

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

Shades of Red Damask #CC7651

Tints of Red Damask #CC7651

RGB

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

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

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

R = 50.62%
G = 29.28%
B = 20.1%

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

#CC7651 (or 0xCC7651) is known color: Red Damask. HEX triplet: CC, 76 and 51. RGB value is (204,118,81). Sum of RGB (Red+Green+Blue) = 204+118+81=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7651 is #3389AE. Grayscale: #8B8B8B. Windows color (decimal): -3377583 or 5338828. OLE color: 5338828.

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

Color convert

RGB 204 118 81 -
CMYK 0 0.42 0.60 0.2
HSL 18.05º 0.55% 0.56% -
HSV(B) 18.05º 0.6% 0.8% -
XYZ 32.87 26.39 11.15 -
YUV 139.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 204 118 81 0 0.42 0.60 0.2 18.05 0.55 0.56
Hex CC 76 51 0 2A 3C 14 12 37 38
Octal 314 166 121 0 52 74 24 22 67 70
Binary 11001100 1110110 1010001 0 101010 111100 10100 10010 110111 111000

Color Harmonies of #CC7651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7651

Black with #CC7651

Text Example


Text Example

White with #CC7651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7651; }

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

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

background-color css

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

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

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

border-color css

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

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

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