Html Css Color HEX #CE6B7E Charm

📋 copy color: '#CE6B7E'

red 206 ◦ green 107 ◦ blue 126

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

Shades of Charm #CE6B7E

Tints of Charm #CE6B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 46.92%
G = 24.37%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE6B7E (or 0xCE6B7E) is known color: Charm. HEX triplet: CE, 6B and 7E. RGB value is (206,107,126). Sum of RGB (Red+Green+Blue) = 206+107+126=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7E is #319481. Grayscale: #8A8A8A. Windows color (decimal): -3249282 or 8285134. OLE color: 8285134.

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

Color convert

RGB 206 107 126 -
CMYK 0 0.48 0.39 0.19
HSL 348.48º 0.5% 0.61% -
HSV(B) 348.48º 0.48% 0.81% -
XYZ 34.48 25.14 22.77 -
YUV 138.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 206 107 126 0 0.48 0.39 0.19 348.48 0.5 0.61
Hex CE 6B 7E 0 30 27 13 15C 32 3D
Octal 316 153 176 0 60 47 23 534 62 75
Binary 11001110 1101011 1111110 0 110000 100111 10011 101011100 110010 111101

Color Harmonies of #CE6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B7E

Black with #CE6B7E

Text Example


Text Example

White with #CE6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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