Html Css Color HEX #CC6C48 Red Damask

📋 copy color: '#CC6C48'

red 204 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #CC6C48

Tints of Red Damask #CC6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 53.13%
G = 28.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6C48 (or 0xCC6C48) is known color: Red Damask. HEX triplet: CC, 6C and 48. RGB value is (204,108,72). Sum of RGB (Red+Green+Blue) = 204+108+72=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C48 is #3393B7. Grayscale: #848484. Windows color (decimal): -3380152 or 4746444. OLE color: 4746444.

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

Color convert

RGB 204 108 72 -
CMYK 0 0.47 0.65 0.2
HSL 16.36º 0.56% 0.54% -
HSV(B) 16.36º 0.65% 0.8% -
XYZ 31.43 24.03 9.11 -
YUV 132.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 204 108 72 0 0.47 0.65 0.2 16.36 0.56 0.54
Hex CC 6C 48 0 2F 41 14 10 38 36
Octal 314 154 110 0 57 101 24 20 70 66
Binary 11001100 1101100 1001000 0 101111 1000001 10100 10000 111000 110110

Color Harmonies of #CC6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C48

Black with #CC6C48

Text Example


Text Example

White with #CC6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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