Html Css Color HEX #CC7246 Red Damask

📋 copy color: '#CC7246'

red 204 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #CC7246

Tints of Red Damask #CC7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 52.58%
G = 29.38%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC7246 (or 0xCC7246) is known color: Red Damask. HEX triplet: CC, 72 and 46. RGB value is (204,114,70). Sum of RGB (Red+Green+Blue) = 204+114+70=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7246 is #338DB9. Grayscale: #888888. Windows color (decimal): -3378618 or 4616908. OLE color: 4616908.

HSL color Cylindrical-coordinate representation of color #CC7246: hue angle of 19.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC7246 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 70 -
CMYK 0 0.44 0.66 0.2
HSL 19.7º 0.57% 0.54% -
HSV(B) 19.7º 0.66% 0.8% -
XYZ 32.02 25.31 8.99 -
YUV 135.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 204 114 70 0 0.44 0.66 0.2 19.7 0.57 0.54
Hex CC 72 46 0 2C 42 14 14 39 36
Octal 314 162 106 0 54 102 24 24 71 66
Binary 11001100 1110010 1000110 0 101100 1000010 10100 10100 111001 110110

Color Harmonies of #CC7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7246

Black with #CC7246

Text Example


Text Example

White with #CC7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7246; }

 p { color: rgb(204,114,70); }

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

background-color css

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

 a { background-color: rgb(204,114,70); }

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

border-color css

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

 span { border-color: rgb(204,114,70); }

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