Html Css Color HEX #CC784E Red Damask

📋 copy color: '#CC784E'

red 204 ◦ green 120 ◦ blue 78

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

Shades of Red Damask #CC784E

Tints of Red Damask #CC784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 50.75%
G = 29.85%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC784E (or 0xCC784E) is known color: Red Damask. HEX triplet: CC, 78 and 4E. RGB value is (204,120,78). Sum of RGB (Red+Green+Blue) = 204+120+78=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC784E is #3387B1. Grayscale: #8C8C8C. Windows color (decimal): -3377074 or 5142732. OLE color: 5142732.

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

Color convert

RGB 204 120 78 -
CMYK 0 0.41 0.62 0.2
HSL 20º 0.55% 0.55% -
HSV(B) 20º 0.62% 0.8% -
XYZ 32.99 26.82 10.65 -
YUV 140.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 204 120 78 0 0.41 0.62 0.2 20 0.55 0.55
Hex CC 78 4E 0 29 3E 14 14 37 37
Octal 314 170 116 0 51 76 24 24 67 67
Binary 11001100 1111000 1001110 0 101001 111110 10100 10100 110111 110111

Color Harmonies of #CC784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC784E

Black with #CC784E

Text Example


Text Example

White with #CC784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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