Html Css Color HEX #CE6B7C Charm

📋 copy color: '#CE6B7C'

red 206 ◦ green 107 ◦ blue 124

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

Shades of Charm #CE6B7C

Tints of Charm #CE6B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 47.14%
G = 24.49%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE6B7C (or 0xCE6B7C) is known color: Charm. HEX triplet: CE, 6B and 7C. RGB value is (206,107,124). Sum of RGB (Red+Green+Blue) = 206+107+124=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7C is #319483. Grayscale: #8A8A8A. Windows color (decimal): -3249284 or 8154062. OLE color: 8154062.

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

Color convert

RGB 206 107 124 -
CMYK 0 0.48 0.40 0.19
HSL 349.7º 0.5% 0.61% -
HSV(B) 349.7º 0.48% 0.81% -
XYZ 34.35 25.09 22.1 -
YUV 138.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 206 107 124 0 0.48 0.40 0.19 349.7 0.5 0.61
Hex CE 6B 7C 0 30 28 13 15E 32 3D
Octal 316 153 174 0 60 50 23 536 62 75
Binary 11001110 1101011 1111100 0 110000 101000 10011 101011110 110010 111101

Color Harmonies of #CE6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B7C

Black with #CE6B7C

Text Example


Text Example

White with #CE6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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