Html Css Color HEX #CC6946 Red Damask

📋 copy color: '#CC6946'

red 204 ◦ green 105 ◦ blue 70

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

Shades of Red Damask #CC6946

Tints of Red Damask #CC6946

RGB

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

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

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

R = 53.83%
G = 27.7%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6946 (or 0xCC6946) is known color: Red Damask. HEX triplet: CC, 69 and 46. RGB value is (204,105,70). Sum of RGB (Red+Green+Blue) = 204+105+70=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6946 is #3396B9. Grayscale: #828282. Windows color (decimal): -3380922 or 4614604. OLE color: 4614604.

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

Color convert

RGB 204 105 70 -
CMYK 0 0.49 0.66 0.2
HSL 15.67º 0.57% 0.54% -
HSV(B) 15.67º 0.66% 0.8% -
XYZ 31.06 23.38 8.67 -
YUV 130.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 204 105 70 0 0.49 0.66 0.2 15.67 0.57 0.54
Hex CC 69 46 0 31 42 14 10 39 36
Octal 314 151 106 0 61 102 24 20 71 66
Binary 11001100 1101001 1000110 0 110001 1000010 10100 10000 111001 110110

Color Harmonies of #CC6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6946

Black with #CC6946

Text Example


Text Example

White with #CC6946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6946; }

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

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

background-color css

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

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

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

border-color css

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

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

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