Html Css Color HEX #CC774F Red Damask

📋 copy color: '#CC774F'

red 204 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #CC774F

Tints of Red Damask #CC774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 50.75%
G = 29.6%
B = 19.65%

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

#CC774F (or 0xCC774F) is known color: Red Damask. HEX triplet: CC, 77 and 4F. RGB value is (204,119,79). Sum of RGB (Red+Green+Blue) = 204+119+79=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC774F is #3388B0. Grayscale: #8C8C8C. Windows color (decimal): -3377329 or 5208012. OLE color: 5208012.

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

Color convert

RGB 204 119 79 -
CMYK 0 0.42 0.61 0.2
HSL 19.2º 0.55% 0.55% -
HSV(B) 19.2º 0.61% 0.8% -
XYZ 32.91 26.6 10.8 -
YUV 139.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 204 119 79 0 0.42 0.61 0.2 19.2 0.55 0.55
Hex CC 77 4F 0 2A 3D 14 13 37 37
Octal 314 167 117 0 52 75 24 23 67 67
Binary 11001100 1110111 1001111 0 101010 111101 10100 10011 110111 110111

Color Harmonies of #CC774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC774F

Black with #CC774F

Text Example


Text Example

White with #CC774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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