Html Css Color HEX #CC6944 Red Damask

📋 copy color: '#CC6944'

red 204 ◦ green 105 ◦ blue 68

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

Shades of Red Damask #CC6944

Tints of Red Damask #CC6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 54.11%
G = 27.85%
B = 18.04%

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

#CC6944 (or 0xCC6944) is known color: Red Damask. HEX triplet: CC, 69 and 44. RGB value is (204,105,68). Sum of RGB (Red+Green+Blue) = 204+105+68=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6944 is #3396BB. Grayscale: #828282. Windows color (decimal): -3380924 or 4483532. OLE color: 4483532.

HSL color Cylindrical-coordinate representation of color #CC6944: hue angle of 16.32º 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 #CC6944 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 68 -
CMYK 0 0.49 0.67 0.2
HSL 16.32º 0.57% 0.53% -
HSV(B) 16.32º 0.67% 0.8% -
XYZ 31 23.36 8.34 -
YUV 130.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 204 105 68 0 0.49 0.67 0.2 16.32 0.57 0.53
Hex CC 69 44 0 31 43 14 10 39 35
Octal 314 151 104 0 61 103 24 20 71 65
Binary 11001100 1101001 1000100 0 110001 1000011 10100 10000 111001 110101

Color Harmonies of #CC6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6944

Black with #CC6944

Text Example


Text Example

White with #CC6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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