Html Css Color HEX #CE6B50 Red Damask

📋 copy color: '#CE6B50'

red 206 ◦ green 107 ◦ blue 80

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

Shades of Red Damask #CE6B50

Tints of Red Damask #CE6B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 52.42%
G = 27.23%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE6B50 (or 0xCE6B50) is known color: Red Damask. HEX triplet: CE, 6B and 50. RGB value is (206,107,80). Sum of RGB (Red+Green+Blue) = 206+107+80=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B50 is #3194AF. Grayscale: #858585. Windows color (decimal): -3249328 or 5270478. OLE color: 5270478.

HSL color Cylindrical-coordinate representation of color #CE6B50: hue angle of 12.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE6B50 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 80 -
CMYK 0 0.48 0.61 0.19
HSL 12.86º 0.56% 0.56% -
HSV(B) 12.86º 0.61% 0.81% -
XYZ 32.16 24.22 10.57 -
YUV 133.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 206 107 80 0 0.48 0.61 0.19 12.86 0.56 0.56
Hex CE 6B 50 0 30 3D 13 D 38 38
Octal 316 153 120 0 60 75 23 15 70 70
Binary 11001110 1101011 1010000 0 110000 111101 10011 1101 111000 111000

Color Harmonies of #CE6B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B50

Black with #CE6B50

Text Example


Text Example

White with #CE6B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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