Html Css Color HEX #CE6A89 Charm

📋 copy color: '#CE6A89'

red 206 ◦ green 106 ◦ blue 137

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

Shades of Charm #CE6A89

Tints of Charm #CE6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 45.88%
G = 23.61%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE6A89 (or 0xCE6A89) is known color: Charm. HEX triplet: CE, 6A and 89. RGB value is (206,106,137). Sum of RGB (Red+Green+Blue) = 206+106+137=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A89 is #319576. Grayscale: #8B8B8B. Windows color (decimal): -3249527 or 9005774. OLE color: 9005774.

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

Color convert

RGB 206 106 137 -
CMYK 0 0.49 0.33 0.19
HSL 341.4º 0.51% 0.61% -
HSV(B) 341.4º 0.49% 0.81% -
XYZ 35.12 25.24 26.69 -
YUV 139.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 206 106 137 0 0.49 0.33 0.19 341.4 0.51 0.61
Hex CE 6A 89 0 31 21 13 155 33 3D
Octal 316 152 211 0 61 41 23 525 63 75
Binary 11001110 1101010 10001001 0 110001 100001 10011 101010101 110011 111101

Color Harmonies of #CE6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A89

Black with #CE6A89

Text Example


Text Example

White with #CE6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A89; }

 p { color: rgb(206,106,137); }

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

background-color css

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

 a { background-color: rgb(206,106,137); }

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

border-color css

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

 span { border-color: rgb(206,106,137); }

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