Html Css Color HEX #CE6B4D Red Damask

📋 copy color: '#CE6B4D'

red 206 ◦ green 107 ◦ blue 77

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

Shades of Red Damask #CE6B4D

Tints of Red Damask #CE6B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 52.82%
G = 27.44%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE6B4D (or 0xCE6B4D) is known color: Red Damask. HEX triplet: CE, 6B and 4D. RGB value is (206,107,77). Sum of RGB (Red+Green+Blue) = 206+107+77=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B4D is #3194B2. Grayscale: #858585. Windows color (decimal): -3249331 or 5073870. OLE color: 5073870.

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

Color convert

RGB 206 107 77 -
CMYK 0 0.48 0.63 0.19
HSL 13.95º 0.57% 0.55% -
HSV(B) 13.95º 0.63% 0.81% -
XYZ 32.05 24.17 10 -
YUV 133.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 206 107 77 0 0.48 0.63 0.19 13.95 0.57 0.55
Hex CE 6B 4D 0 30 3F 13 E 39 37
Octal 316 153 115 0 60 77 23 16 71 67
Binary 11001110 1101011 1001101 0 110000 111111 10011 1110 111001 110111

Color Harmonies of #CE6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B4D

Black with #CE6B4D

Text Example


Text Example

White with #CE6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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