Html Css Color HEX #CE7450 Red Damask

📋 copy color: '#CE7450'

red 206 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #CE7450

Tints of Red Damask #CE7450

RGB

 RED value IS 206 (80.86% from 255) = 51.24%

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

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

R = 51.24%
G = 28.86%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE7450 (or 0xCE7450) is known color: Red Damask. HEX triplet: CE, 74 and 50. RGB value is (206,116,80). Sum of RGB (Red+Green+Blue) = 206+116+80=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7450 is #318BAF. Grayscale: #8B8B8B. Windows color (decimal): -3247024 or 5272782. OLE color: 5272782.

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

Color convert

RGB 206 116 80 -
CMYK 0 0.44 0.61 0.19
HSL 17.14º 0.56% 0.56% -
HSV(B) 17.14º 0.61% 0.81% -
XYZ 33.15 26.19 10.9 -
YUV 138.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 206 116 80 0 0.44 0.61 0.19 17.14 0.56 0.56
Hex CE 74 50 0 2C 3D 13 11 38 38
Octal 316 164 120 0 54 75 23 21 70 70
Binary 11001110 1110100 1010000 0 101100 111101 10011 10001 111000 111000

Color Harmonies of #CE7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7450

Black with #CE7450

Text Example


Text Example

White with #CE7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7450; }

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

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

background-color css

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

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

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

border-color css

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

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

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