Html Css Color HEX #CC7350 Red Damask

📋 copy color: '#CC7350'

red 204 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #CC7350

Tints of Red Damask #CC7350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 51.13%
G = 28.82%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC7350 (or 0xCC7350) is known color: Red Damask. HEX triplet: CC, 73 and 50. RGB value is (204,115,80). Sum of RGB (Red+Green+Blue) = 204+115+80=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7350 is #338CAF. Grayscale: #898989. Windows color (decimal): -3378352 or 5272524. OLE color: 5272524.

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

Color convert

RGB 204 115 80 -
CMYK 0 0.44 0.61 0.2
HSL 16.94º 0.55% 0.56% -
HSV(B) 16.94º 0.61% 0.8% -
XYZ 32.48 25.68 10.83 -
YUV 137.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 204 115 80 0 0.44 0.61 0.2 16.94 0.55 0.56
Hex CC 73 50 0 2C 3D 14 11 37 38
Octal 314 163 120 0 54 75 24 21 67 70
Binary 11001100 1110011 1010000 0 101100 111101 10100 10001 110111 111000

Color Harmonies of #CC7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7350

Black with #CC7350

Text Example


Text Example

White with #CC7350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7350; }

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

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

background-color css

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

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

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

border-color css

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

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

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