Html Css Color HEX #CE6D50 Red Damask

📋 copy color: '#CE6D50'

red 206 ◦ green 109 ◦ blue 80

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

Shades of Red Damask #CE6D50

Tints of Red Damask #CE6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

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

R = 52.15%
G = 27.59%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE6D50 (or 0xCE6D50) is known color: Red Damask. HEX triplet: CE, 6D and 50. RGB value is (206,109,80). Sum of RGB (Red+Green+Blue) = 206+109+80=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D50 is #3192AF. Grayscale: #868686. Windows color (decimal): -3248816 or 5270990. OLE color: 5270990.

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

Color convert

RGB 206 109 80 -
CMYK 0 0.47 0.61 0.19
HSL 13.81º 0.56% 0.56% -
HSV(B) 13.81º 0.61% 0.81% -
XYZ 32.37 24.64 10.64 -
YUV 134.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 206 109 80 0 0.47 0.61 0.19 13.81 0.56 0.56
Hex CE 6D 50 0 2F 3D 13 E 38 38
Octal 316 155 120 0 57 75 23 16 70 70
Binary 11001110 1101101 1010000 0 101111 111101 10011 1110 111000 111000

Color Harmonies of #CE6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D50

Black with #CE6D50

Text Example


Text Example

White with #CE6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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