Html Css Color HEX #CC6A4D Red Damask

📋 copy color: '#CC6A4D'

red 204 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #CC6A4D

Tints of Red Damask #CC6A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 52.71%
G = 27.39%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC6A4D (or 0xCC6A4D) is known color: Red Damask. HEX triplet: CC, 6A and 4D. RGB value is (204,106,77). Sum of RGB (Red+Green+Blue) = 204+106+77=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A4D is #3395B2. Grayscale: #848484. Windows color (decimal): -3380659 or 5073612. OLE color: 5073612.

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

Color convert

RGB 204 106 77 -
CMYK 0 0.48 0.62 0.2
HSL 13.7º 0.55% 0.55% -
HSV(B) 13.7º 0.62% 0.8% -
XYZ 31.4 23.68 9.94 -
YUV 132 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 204 106 77 0 0.48 0.62 0.2 13.7 0.55 0.55
Hex CC 6A 4D 0 30 3E 14 E 37 37
Octal 314 152 115 0 60 76 24 16 67 67
Binary 11001100 1101010 1001101 0 110000 111110 10100 1110 110111 110111

Color Harmonies of #CC6A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A4D

Black with #CC6A4D

Text Example


Text Example

White with #CC6A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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