Html Css Color HEX #CE6B7F Charm

📋 copy color: '#CE6B7F'

red 206 ◦ green 107 ◦ blue 127

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

Shades of Charm #CE6B7F

Tints of Charm #CE6B7F

RGB

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

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

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

R = 46.82%
G = 24.32%
B = 28.86%

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

#CE6B7F (or 0xCE6B7F) is known color: Charm. HEX triplet: CE, 6B and 7F. RGB value is (206,107,127). Sum of RGB (Red+Green+Blue) = 206+107+127=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7F is #319480. Grayscale: #8A8A8A. Windows color (decimal): -3249281 or 8350670. OLE color: 8350670.

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

Color convert

RGB 206 107 127 -
CMYK 0 0.48 0.38 0.19
HSL 347.88º 0.5% 0.61% -
HSV(B) 347.88º 0.48% 0.81% -
XYZ 34.54 25.17 23.12 -
YUV 138.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 206 107 127 0 0.48 0.38 0.19 347.88 0.5 0.61
Hex CE 6B 7F 0 30 26 13 15C 32 3D
Octal 316 153 177 0 60 46 23 534 62 75
Binary 11001110 1101011 1111111 0 110000 100110 10011 101011100 110010 111101

Color Harmonies of #CE6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B7F

Black with #CE6B7F

Text Example


Text Example

White with #CE6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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