Html Css Color HEX #CC6B48 Red Damask

📋 copy color: '#CC6B48'

red 204 ◦ green 107 ◦ blue 72

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

Shades of Red Damask #CC6B48

Tints of Red Damask #CC6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

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

R = 53.26%
G = 27.94%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6B48 (or 0xCC6B48) is known color: Red Damask. HEX triplet: CC, 6B and 48. RGB value is (204,107,72). Sum of RGB (Red+Green+Blue) = 204+107+72=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B48 is #3394B7. Grayscale: #848484. Windows color (decimal): -3380408 or 4746188. OLE color: 4746188.

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

Color convert

RGB 204 107 72 -
CMYK 0 0.48 0.65 0.2
HSL 15.91º 0.56% 0.54% -
HSV(B) 15.91º 0.65% 0.8% -
XYZ 31.33 23.82 9.08 -
YUV 132.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 204 107 72 0 0.48 0.65 0.2 15.91 0.56 0.54
Hex CC 6B 48 0 30 41 14 10 38 36
Octal 314 153 110 0 60 101 24 20 70 66
Binary 11001100 1101011 1001000 0 110000 1000001 10100 10000 111000 110110

Color Harmonies of #CC6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B48

Black with #CC6B48

Text Example


Text Example

White with #CC6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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