Html Css Color HEX #CC7450 Red Damask

📋 copy color: '#CC7450'

red 204 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #CC7450

Tints of Red Damask #CC7450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 51%
G = 29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC7450 (or 0xCC7450) is known color: Red Damask. HEX triplet: CC, 74 and 50. RGB value is (204,116,80). Sum of RGB (Red+Green+Blue) = 204+116+80=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7450 is #338BAF. Grayscale: #8A8A8A. Windows color (decimal): -3378096 or 5272780. OLE color: 5272780.

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

Color convert

RGB 204 116 80 -
CMYK 0 0.43 0.61 0.2
HSL 17.42º 0.55% 0.56% -
HSV(B) 17.42º 0.61% 0.8% -
XYZ 32.6 25.91 10.87 -
YUV 138.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 204 116 80 0 0.43 0.61 0.2 17.42 0.55 0.56
Hex CC 74 50 0 2B 3D 14 11 37 38
Octal 314 164 120 0 53 75 24 21 67 70
Binary 11001100 1110100 1010000 0 101011 111101 10100 10001 110111 111000

Color Harmonies of #CC7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7450

Black with #CC7450

Text Example


Text Example

White with #CC7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7450; }

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

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

background-color css

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

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

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

border-color css

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

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

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