Html Css Color HEX #CE6F4D Red Damask

📋 copy color: '#CE6F4D'

red 206 ◦ green 111 ◦ blue 77

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

Shades of Red Damask #CE6F4D

Tints of Red Damask #CE6F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 52.28%
G = 28.17%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE6F4D (or 0xCE6F4D) is known color: Red Damask. HEX triplet: CE, 6F and 4D. RGB value is (206,111,77). Sum of RGB (Red+Green+Blue) = 206+111+77=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F4D is #3190B2. Grayscale: #878787. Windows color (decimal): -3248307 or 5074894. OLE color: 5074894.

HSL color Cylindrical-coordinate representation of color #CE6F4D: hue angle of 15.81º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE6F4D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 77 -
CMYK 0 0.46 0.63 0.19
HSL 15.81º 0.57% 0.55% -
HSV(B) 15.81º 0.63% 0.81% -
XYZ 32.48 25.03 10.14 -
YUV 135.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 206 111 77 0 0.46 0.63 0.19 15.81 0.57 0.55
Hex CE 6F 4D 0 2E 3F 13 10 39 37
Octal 316 157 115 0 56 77 23 20 71 67
Binary 11001110 1101111 1001101 0 101110 111111 10011 10000 111001 110111

Color Harmonies of #CE6F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F4D

Black with #CE6F4D

Text Example


Text Example

White with #CE6F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F4D; }

 p { color: rgb(206,111,77); }

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

background-color css

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

 a { background-color: rgb(206,111,77); }

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

border-color css

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

 span { border-color: rgb(206,111,77); }

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