Html Css Color HEX #CE6950 Red Damask

📋 copy color: '#CE6950'

red 206 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #CE6950

Tints of Red Damask #CE6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 52.69%
G = 26.85%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE6950 (or 0xCE6950) is known color: Red Damask. HEX triplet: CE, 69 and 50. RGB value is (206,105,80). Sum of RGB (Red+Green+Blue) = 206+105+80=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6950 is #3196AF. Grayscale: #848484. Windows color (decimal): -3249840 or 5269966. OLE color: 5269966.

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

Color convert

RGB 206 105 80 -
CMYK 0 0.49 0.61 0.19
HSL 11.9º 0.56% 0.56% -
HSV(B) 11.9º 0.61% 0.81% -
XYZ 31.95 23.8 10.5 -
YUV 132.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 206 105 80 0 0.49 0.61 0.19 11.9 0.56 0.56
Hex CE 69 50 0 31 3D 13 C 38 38
Octal 316 151 120 0 61 75 23 14 70 70
Binary 11001110 1101001 1010000 0 110001 111101 10011 1100 111000 111000

Color Harmonies of #CE6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6950

Black with #CE6950

Text Example


Text Example

White with #CE6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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