Html Css Color HEX #CE6746 Red Damask

📋 copy color: '#CE6746'

red 206 ◦ green 103 ◦ blue 70

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

Shades of Red Damask #CE6746

Tints of Red Damask #CE6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 54.35%
G = 27.18%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE6746 (or 0xCE6746) is known color: Red Damask. HEX triplet: CE, 67 and 46. RGB value is (206,103,70). Sum of RGB (Red+Green+Blue) = 206+103+70=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6746 is #3198B9. Grayscale: #828282. Windows color (decimal): -3250362 or 4614094. OLE color: 4614094.

HSL color Cylindrical-coordinate representation of color #CE6746: hue angle of 14.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE6746 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 70 -
CMYK 0 0.50 0.66 0.19
HSL 14.56º 0.58% 0.54% -
HSV(B) 14.56º 0.66% 0.81% -
XYZ 31.41 23.26 8.63 -
YUV 130.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 206 103 70 0 0.50 0.66 0.19 14.56 0.58 0.54
Hex CE 67 46 0 32 42 13 F 3A 36
Octal 316 147 106 0 62 102 23 17 72 66
Binary 11001110 1100111 1000110 0 110010 1000010 10011 1111 111010 110110

Color Harmonies of #CE6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6746

Black with #CE6746

Text Example


Text Example

White with #CE6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6746; }

 p { color: rgb(206,103,70); }

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

background-color css

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

 a { background-color: rgb(206,103,70); }

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

border-color css

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

 span { border-color: rgb(206,103,70); }

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