Html Css Color HEX #CE6940 Red Damask

📋 copy color: '#CE6940'

red 206 ◦ green 105 ◦ blue 64

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

Shades of Red Damask #CE6940

Tints of Red Damask #CE6940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 54.93%
G = 28%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE6940 (or 0xCE6940) is known color: Red Damask. HEX triplet: CE, 69 and 40. RGB value is (206,105,64). Sum of RGB (Red+Green+Blue) = 206+105+64=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6940 is #3196BF. Grayscale: #828282. Windows color (decimal): -3249856 or 4221390. OLE color: 4221390.

HSL color Cylindrical-coordinate representation of color #CE6940: hue angle of 17.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE6940 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 64 -
CMYK 0 0.49 0.69 0.19
HSL 17.32º 0.59% 0.53% -
HSV(B) 17.32º 0.69% 0.81% -
XYZ 31.43 23.6 7.75 -
YUV 130.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 206 105 64 0 0.49 0.69 0.19 17.32 0.59 0.53
Hex CE 69 40 0 31 45 13 11 3B 35
Octal 316 151 100 0 61 105 23 21 73 65
Binary 11001110 1101001 1000000 0 110001 1000101 10011 10001 111011 110101

Color Harmonies of #CE6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6940

Black with #CE6940

Text Example


Text Example

White with #CE6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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