Html Css Color HEX #CC6844 Red Damask

📋 copy color: '#CC6844'

red 204 ◦ green 104 ◦ blue 68

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

Shades of Red Damask #CC6844

Tints of Red Damask #CC6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 54.26%
G = 27.66%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6844 (or 0xCC6844) is known color: Red Damask. HEX triplet: CC, 68 and 44. RGB value is (204,104,68). Sum of RGB (Red+Green+Blue) = 204+104+68=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6844 is #3397BB. Grayscale: #828282. Windows color (decimal): -3381180 or 4483276. OLE color: 4483276.

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

Color convert

RGB 204 104 68 -
CMYK 0 0.49 0.67 0.2
HSL 15.88º 0.57% 0.53% -
HSV(B) 15.88º 0.67% 0.8% -
XYZ 30.9 23.16 8.31 -
YUV 129.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 204 104 68 0 0.49 0.67 0.2 15.88 0.57 0.53
Hex CC 68 44 0 31 43 14 10 39 35
Octal 314 150 104 0 61 103 24 20 71 65
Binary 11001100 1101000 1000100 0 110001 1000011 10100 10000 111001 110101

Color Harmonies of #CC6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6844

Black with #CC6844

Text Example


Text Example

White with #CC6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6844; }

 p { color: rgb(204,104,68); }

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

background-color css

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

 a { background-color: rgb(204,104,68); }

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

border-color css

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

 span { border-color: rgb(204,104,68); }

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