Html Css Color HEX #CE6989 Charm

📋 copy color: '#CE6989'

red 206 ◦ green 105 ◦ blue 137

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

Shades of Charm #CE6989

Tints of Charm #CE6989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

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

R = 45.98%
G = 23.44%
B = 30.58%

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

#CE6989 (or 0xCE6989) is known color: Charm. HEX triplet: CE, 69 and 89. RGB value is (206,105,137). Sum of RGB (Red+Green+Blue) = 206+105+137=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6989 is #319676. Grayscale: #8A8A8A. Windows color (decimal): -3249783 or 9005518. OLE color: 9005518.

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

Color convert

RGB 206 105 137 -
CMYK 0 0.49 0.33 0.19
HSL 340.99º 0.51% 0.61% -
HSV(B) 340.99º 0.49% 0.81% -
XYZ 35.02 25.03 26.65 -
YUV 138.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 206 105 137 0 0.49 0.33 0.19 340.99 0.51 0.61
Hex CE 69 89 0 31 21 13 155 33 3D
Octal 316 151 211 0 61 41 23 525 63 75
Binary 11001110 1101001 10001001 0 110001 100001 10011 101010101 110011 111101

Color Harmonies of #CE6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6989

Black with #CE6989

Text Example


Text Example

White with #CE6989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6989; }

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

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

background-color css

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

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

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

border-color css

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

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

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