Html Css Color HEX #CE999F Careys Pink

📋 copy color: '#CE999F'

red 206 ◦ green 153 ◦ blue 159

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

Shades of Careys Pink #CE999F

Tints of Careys Pink #CE999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 39.77%
G = 29.54%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE999F (or 0xCE999F) is known color: Careys Pink. HEX triplet: CE, 99 and 9F. RGB value is (206,153,159). Sum of RGB (Red+Green+Blue) = 206+153+159=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE999F is #316660. Grayscale: #A9A9A9. Windows color (decimal): -3237473 or 10459598. OLE color: 10459598.

HSL color Cylindrical-coordinate representation of color #CE999F: hue angle of 353.21º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE999F is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 159 -
CMYK 0 0.26 0.23 0.19
HSL 353.21º 0.35% 0.7% -
HSV(B) 353.21º 0.26% 0.81% -
XYZ 43.1 38.41 37.94 -
YUV 169.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 206 153 159 0 0.26 0.23 0.19 353.21 0.35 0.7
Hex CE 99 9F 0 1A 17 13 161 23 46
Octal 316 231 237 0 32 27 23 541 43 106
Binary 11001110 10011001 10011111 0 11010 10111 10011 101100001 100011 1000110

Color Harmonies of #CE999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE999F

Black with #CE999F

Text Example


Text Example

White with #CE999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE999F; }

 p { color: rgb(206,153,159); }

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

background-color css

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

 a { background-color: rgb(206,153,159); }

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

border-color css

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

 span { border-color: rgb(206,153,159); }

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