Html Css Color HEX #CC7348 Red Damask

📋 copy color: '#CC7348'

red 204 ◦ green 115 ◦ blue 72

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

Shades of Red Damask #CC7348

Tints of Red Damask #CC7348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 52.17%
G = 29.41%
B = 18.41%

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

#CC7348 (or 0xCC7348) is known color: Red Damask. HEX triplet: CC, 73 and 48. RGB value is (204,115,72). Sum of RGB (Red+Green+Blue) = 204+115+72=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7348 is #338CB7. Grayscale: #888888. Windows color (decimal): -3378360 or 4748236. OLE color: 4748236.

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

Color convert

RGB 204 115 72 -
CMYK 0 0.44 0.65 0.2
HSL 19.55º 0.56% 0.54% -
HSV(B) 19.55º 0.65% 0.8% -
XYZ 32.2 25.57 9.37 -
YUV 136.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 204 115 72 0 0.44 0.65 0.2 19.55 0.56 0.54
Hex CC 73 48 0 2C 41 14 14 38 36
Octal 314 163 110 0 54 101 24 24 70 66
Binary 11001100 1110011 1001000 0 101100 1000001 10100 10100 111000 110110

Color Harmonies of #CC7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7348

Black with #CC7348

Text Example


Text Example

White with #CC7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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