Html Css Color HEX #CE6F7C Charm

📋 copy color: '#CE6F7C'

red 206 ◦ green 111 ◦ blue 124

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

Shades of Charm #CE6F7C

Tints of Charm #CE6F7C

RGB

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

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

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

R = 46.71%
G = 25.17%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE6F7C (or 0xCE6F7C) is known color: Charm. HEX triplet: CE, 6F and 7C. RGB value is (206,111,124). Sum of RGB (Red+Green+Blue) = 206+111+124=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F7C is #319083. Grayscale: #8C8C8C. Windows color (decimal): -3248260 or 8155086. OLE color: 8155086.

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

Color convert

RGB 206 111 124 -
CMYK 0 0.46 0.40 0.19
HSL 351.79º 0.49% 0.62% -
HSV(B) 351.79º 0.46% 0.81% -
XYZ 34.78 25.95 22.24 -
YUV 140.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 206 111 124 0 0.46 0.40 0.19 351.79 0.49 0.62
Hex CE 6F 7C 0 2E 28 13 160 31 3E
Octal 316 157 174 0 56 50 23 540 61 76
Binary 11001110 1101111 1111100 0 101110 101000 10011 101100000 110001 111110

Color Harmonies of #CE6F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F7C

Black with #CE6F7C

Text Example


Text Example

White with #CE6F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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