Html Css Color HEX #CC784C Red Damask

📋 copy color: '#CC784C'

red 204 ◦ green 120 ◦ blue 76

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

Shades of Red Damask #CC784C

Tints of Red Damask #CC784C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 51%
G = 30%
B = 19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC784C (or 0xCC784C) is known color: Red Damask. HEX triplet: CC, 78 and 4C. RGB value is (204,120,76). Sum of RGB (Red+Green+Blue) = 204+120+76=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC784C is #3387B3. Grayscale: #8C8C8C. Windows color (decimal): -3377076 or 5011660. OLE color: 5011660.

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

Color convert

RGB 204 120 76 -
CMYK 0 0.41 0.63 0.2
HSL 20.63º 0.56% 0.55% -
HSV(B) 20.63º 0.63% 0.8% -
XYZ 32.92 26.79 10.27 -
YUV 140.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 204 120 76 0 0.41 0.63 0.2 20.63 0.56 0.55
Hex CC 78 4C 0 29 3F 14 15 38 37
Octal 314 170 114 0 51 77 24 25 70 67
Binary 11001100 1111000 1001100 0 101001 111111 10100 10101 111000 110111

Color Harmonies of #CC784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC784C

Black with #CC784C

Text Example


Text Example

White with #CC784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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