Html Css Color HEX #CC6A40 Red Damask

📋 copy color: '#CC6A40'

red 204 ◦ green 106 ◦ blue 64

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

Shades of Red Damask #CC6A40

Tints of Red Damask #CC6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 54.55%
G = 28.34%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC6A40 (or 0xCC6A40) is known color: Red Damask. HEX triplet: CC, 6A and 40. RGB value is (204,106,64). Sum of RGB (Red+Green+Blue) = 204+106+64=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A40 is #3395BF. Grayscale: #828282. Windows color (decimal): -3380672 or 4221644. OLE color: 4221644.

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

Color convert

RGB 204 106 64 -
CMYK 0 0.48 0.69 0.2
HSL 18º 0.58% 0.53% -
HSV(B) 18º 0.69% 0.8% -
XYZ 30.98 23.52 7.76 -
YUV 130.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 204 106 64 0 0.48 0.69 0.2 18 0.58 0.53
Hex CC 6A 40 0 30 45 14 12 3A 35
Octal 314 152 100 0 60 105 24 22 72 65
Binary 11001100 1101010 1000000 0 110000 1000101 10100 10010 111010 110101

Color Harmonies of #CC6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A40

Black with #CC6A40

Text Example


Text Example

White with #CC6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A40; }

 p { color: rgb(204,106,64); }

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

background-color css

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

 a { background-color: rgb(204,106,64); }

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

border-color css

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

 span { border-color: rgb(204,106,64); }

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