Html Css Color HEX #CE9FAC Careys Pink

📋 copy color: '#CE9FAC'

red 206 ◦ green 159 ◦ blue 172

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

Shades of Careys Pink #CE9FAC

Tints of Careys Pink #CE9FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 38.36%
G = 29.61%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE9FAC (or 0xCE9FAC) is known color: Careys Pink. HEX triplet: CE, 9F and AC. RGB value is (206,159,172). Sum of RGB (Red+Green+Blue) = 206+159+172=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FAC is #316053. Grayscale: #AEAEAE. Windows color (decimal): -3235924 or 11313102. OLE color: 11313102.

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

Color convert

RGB 206 159 172 -
CMYK 0 0.23 0.17 0.19
HSL 343.4º 0.32% 0.72% -
HSV(B) 343.4º 0.23% 0.81% -
XYZ 45.3 40.9 44.54 -
YUV 174.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 206 159 172 0 0.23 0.17 0.19 343.4 0.32 0.72
Hex CE 9F AC 0 17 11 13 157 20 48
Octal 316 237 254 0 27 21 23 527 40 110
Binary 11001110 10011111 10101100 0 10111 10001 10011 101010111 100000 1001000

Color Harmonies of #CE9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FAC

Black with #CE9FAC

Text Example


Text Example

White with #CE9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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