Html Css Color HEX #CE6E7A Charm

📋 copy color: '#CE6E7A'

red 206 ◦ green 110 ◦ blue 122

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

Shades of Charm #CE6E7A

Tints of Charm #CE6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 47.03%
G = 25.11%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE6E7A (or 0xCE6E7A) is known color: Charm. HEX triplet: CE, 6E and 7A. RGB value is (206,110,122). Sum of RGB (Red+Green+Blue) = 206+110+122=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E7A is #319185. Grayscale: #8C8C8C. Windows color (decimal): -3248518 or 8023758. OLE color: 8023758.

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

Color convert

RGB 206 110 122 -
CMYK 0 0.47 0.41 0.19
HSL 352.5º 0.49% 0.62% -
HSV(B) 352.5º 0.47% 0.81% -
XYZ 34.54 25.68 21.55 -
YUV 140.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 206 110 122 0 0.47 0.41 0.19 352.5 0.49 0.62
Hex CE 6E 7A 0 2F 29 13 160 31 3E
Octal 316 156 172 0 57 51 23 540 61 76
Binary 11001110 1101110 1111010 0 101111 101001 10011 101100000 110001 111110

Color Harmonies of #CE6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E7A

Black with #CE6E7A

Text Example


Text Example

White with #CE6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E7A; }

 p { color: rgb(206,110,122); }

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

background-color css

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

 a { background-color: rgb(206,110,122); }

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

border-color css

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

 span { border-color: rgb(206,110,122); }

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