Html Css Color HEX #CC7248 Red Damask

📋 copy color: '#CC7248'

red 204 ◦ green 114 ◦ blue 72

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

Shades of Red Damask #CC7248

Tints of Red Damask #CC7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 52.31%
G = 29.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC7248 (or 0xCC7248) is known color: Red Damask. HEX triplet: CC, 72 and 48. RGB value is (204,114,72). Sum of RGB (Red+Green+Blue) = 204+114+72=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7248 is #338DB7. Grayscale: #888888. Windows color (decimal): -3378616 or 4747980. OLE color: 4747980.

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

Color convert

RGB 204 114 72 -
CMYK 0 0.44 0.65 0.2
HSL 19.09º 0.56% 0.54% -
HSV(B) 19.09º 0.65% 0.8% -
XYZ 32.09 25.34 9.33 -
YUV 136.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 204 114 72 0 0.44 0.65 0.2 19.09 0.56 0.54
Hex CC 72 48 0 2C 41 14 13 38 36
Octal 314 162 110 0 54 101 24 23 70 66
Binary 11001100 1110010 1001000 0 101100 1000001 10100 10011 111000 110110

Color Harmonies of #CC7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7248

Black with #CC7248

Text Example


Text Example

White with #CC7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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