Html Css Color HEX #CE6A4D Red Damask

📋 copy color: '#CE6A4D'

red 206 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #CE6A4D

Tints of Red Damask #CE6A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

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

R = 52.96%
G = 27.25%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE6A4D (or 0xCE6A4D) is known color: Red Damask. HEX triplet: CE, 6A and 4D. RGB value is (206,106,77). Sum of RGB (Red+Green+Blue) = 206+106+77=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A4D is #3195B2. Grayscale: #848484. Windows color (decimal): -3249587 or 5073614. OLE color: 5073614.

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

Color convert

RGB 206 106 77 -
CMYK 0 0.49 0.63 0.19
HSL 13.49º 0.57% 0.55% -
HSV(B) 13.49º 0.63% 0.81% -
XYZ 31.95 23.97 9.96 -
YUV 132.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 206 106 77 0 0.49 0.63 0.19 13.49 0.57 0.55
Hex CE 6A 4D 0 31 3F 13 D 39 37
Octal 316 152 115 0 61 77 23 15 71 67
Binary 11001110 1101010 1001101 0 110001 111111 10011 1101 111001 110111

Color Harmonies of #CE6A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A4D

Black with #CE6A4D

Text Example


Text Example

White with #CE6A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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