Html Css Color HEX #CC6648 Red Damask

📋 copy color: '#CC6648'

red 204 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #CC6648

Tints of Red Damask #CC6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 53.97%
G = 26.98%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6648 (or 0xCC6648) is known color: Red Damask. HEX triplet: CC, 66 and 48. RGB value is (204,102,72). Sum of RGB (Red+Green+Blue) = 204+102+72=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6648 is #3399B7. Grayscale: #818181. Windows color (decimal): -3381688 or 4744908. OLE color: 4744908.

HSL color Cylindrical-coordinate representation of color #CC6648: hue angle of 13.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC6648 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 72 -
CMYK 0 0.5 0.65 0.2
HSL 13.64º 0.56% 0.54% -
HSV(B) 13.64º 0.65% 0.8% -
XYZ 30.82 22.81 8.91 -
YUV 129.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 204 102 72 0 0.5 0.65 0.2 13.64 0.56 0.54
Hex CC 66 48 0 32 41 14 E 38 36
Octal 314 146 110 0 62 101 24 16 70 66
Binary 11001100 1100110 1001000 0 110010 1000001 10100 1110 111000 110110

Color Harmonies of #CC6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6648

Black with #CC6648

Text Example


Text Example

White with #CC6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6648; }

 p { color: rgb(204,102,72); }

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

background-color css

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

 a { background-color: rgb(204,102,72); }

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

border-color css

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

 span { border-color: rgb(204,102,72); }

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