Html Css Color HEX #CC774A Red Damask

📋 copy color: '#CC774A'

red 204 ◦ green 119 ◦ blue 74

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

Shades of Red Damask #CC774A

Tints of Red Damask #CC774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 51.39%
G = 29.97%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC774A (or 0xCC774A) is known color: Red Damask. HEX triplet: CC, 77 and 4A. RGB value is (204,119,74). Sum of RGB (Red+Green+Blue) = 204+119+74=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC774A is #3388B5. Grayscale: #8B8B8B. Windows color (decimal): -3377334 or 4880332. OLE color: 4880332.

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

Color convert

RGB 204 119 74 -
CMYK 0 0.42 0.64 0.2
HSL 20.77º 0.56% 0.55% -
HSV(B) 20.77º 0.64% 0.8% -
XYZ 32.73 26.53 9.87 -
YUV 139.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 204 119 74 0 0.42 0.64 0.2 20.77 0.56 0.55
Hex CC 77 4A 0 2A 40 14 15 38 37
Octal 314 167 112 0 52 100 24 25 70 67
Binary 11001100 1110111 1001010 0 101010 1000000 10100 10101 111000 110111

Color Harmonies of #CC774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC774A

Black with #CC774A

Text Example


Text Example

White with #CC774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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