Html Css Color HEX #CE6C7F Charm

📋 copy color: '#CE6C7F'

red 206 ◦ green 108 ◦ blue 127

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

Shades of Charm #CE6C7F

Tints of Charm #CE6C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 46.71%
G = 24.49%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE6C7F (or 0xCE6C7F) is known color: Charm. HEX triplet: CE, 6C and 7F. RGB value is (206,108,127). Sum of RGB (Red+Green+Blue) = 206+108+127=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C7F is #319380. Grayscale: #8B8B8B. Windows color (decimal): -3249025 or 8350926. OLE color: 8350926.

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

Color convert

RGB 206 108 127 -
CMYK 0 0.48 0.38 0.19
HSL 348.37º 0.5% 0.62% -
HSV(B) 348.37º 0.48% 0.81% -
XYZ 34.65 25.38 23.15 -
YUV 139.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 206 108 127 0 0.48 0.38 0.19 348.37 0.5 0.62
Hex CE 6C 7F 0 30 26 13 15C 32 3E
Octal 316 154 177 0 60 46 23 534 62 76
Binary 11001110 1101100 1111111 0 110000 100110 10011 101011100 110010 111110

Color Harmonies of #CE6C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C7F

Black with #CE6C7F

Text Example


Text Example

White with #CE6C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C7F; }

 p { color: rgb(206,108,127); }

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

background-color css

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

 a { background-color: rgb(206,108,127); }

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

border-color css

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

 span { border-color: rgb(206,108,127); }

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