Html Css Color HEX #CC7950 Red Damask

📋 copy color: '#CC7950'

red 204 ◦ green 121 ◦ blue 80

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

Shades of Red Damask #CC7950

Tints of Red Damask #CC7950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

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

R = 50.37%
G = 29.88%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC7950 (or 0xCC7950) is known color: Red Damask. HEX triplet: CC, 79 and 50. RGB value is (204,121,80). Sum of RGB (Red+Green+Blue) = 204+121+80=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7950 is #3386AF. Grayscale: #8D8D8D. Windows color (decimal): -3376816 or 5274060. OLE color: 5274060.

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

Color convert

RGB 204 121 80 -
CMYK 0 0.41 0.61 0.2
HSL 19.84º 0.55% 0.56% -
HSV(B) 19.84º 0.61% 0.8% -
XYZ 33.19 27.09 11.07 -
YUV 141.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 204 121 80 0 0.41 0.61 0.2 19.84 0.55 0.56
Hex CC 79 50 0 29 3D 14 14 37 38
Octal 314 171 120 0 51 75 24 24 67 70
Binary 11001100 1111001 1010000 0 101001 111101 10100 10100 110111 111000

Color Harmonies of #CC7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7950

Black with #CC7950

Text Example


Text Example

White with #CC7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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