Html Css Color HEX #CC6F46 Red Damask

📋 copy color: '#CC6F46'

red 204 ◦ green 111 ◦ blue 70

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

Shades of Red Damask #CC6F46

Tints of Red Damask #CC6F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 52.99%
G = 28.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6F46 (or 0xCC6F46) is known color: Red Damask. HEX triplet: CC, 6F and 46. RGB value is (204,111,70). Sum of RGB (Red+Green+Blue) = 204+111+70=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F46 is #3390B9. Grayscale: #868686. Windows color (decimal): -3379386 or 4616140. OLE color: 4616140.

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

Color convert

RGB 204 111 70 -
CMYK 0 0.46 0.66 0.2
HSL 18.36º 0.57% 0.54% -
HSV(B) 18.36º 0.66% 0.8% -
XYZ 31.69 24.65 8.88 -
YUV 134.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 204 111 70 0 0.46 0.66 0.2 18.36 0.57 0.54
Hex CC 6F 46 0 2E 42 14 12 39 36
Octal 314 157 106 0 56 102 24 22 71 66
Binary 11001100 1101111 1000110 0 101110 1000010 10100 10010 111001 110110

Color Harmonies of #CC6F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F46

Black with #CC6F46

Text Example


Text Example

White with #CC6F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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