Html Css Color HEX #CE949F Careys Pink

📋 copy color: '#CE949F'

red 206 ◦ green 148 ◦ blue 159

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

Shades of Careys Pink #CE949F

Tints of Careys Pink #CE949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 40.16%
G = 28.85%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE949F (or 0xCE949F) is known color: Careys Pink. HEX triplet: CE, 94 and 9F. RGB value is (206,148,159). Sum of RGB (Red+Green+Blue) = 206+148+159=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949F is #316B60. Grayscale: #A6A6A6. Windows color (decimal): -3238753 or 10458318. OLE color: 10458318.

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

Color convert

RGB 206 148 159 -
CMYK 0 0.28 0.23 0.19
HSL 348.62º 0.37% 0.69% -
HSV(B) 348.62º 0.28% 0.81% -
XYZ 42.3 36.8 37.68 -
YUV 166.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 206 148 159 0 0.28 0.23 0.19 348.62 0.37 0.69
Hex CE 94 9F 0 1C 17 13 15D 25 45
Octal 316 224 237 0 34 27 23 535 45 105
Binary 11001110 10010100 10011111 0 11100 10111 10011 101011101 100101 1000101

Color Harmonies of #CE949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE949F

Black with #CE949F

Text Example


Text Example

White with #CE949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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