Html Css Color HEX #CE9FA9 Careys Pink

📋 copy color: '#CE9FA9'

red 206 ◦ green 159 ◦ blue 169

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

Shades of Careys Pink #CE9FA9

Tints of Careys Pink #CE9FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 38.58%
G = 29.78%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE9FA9 (or 0xCE9FA9) is known color: Careys Pink. HEX triplet: CE, 9F and A9. RGB value is (206,159,169). Sum of RGB (Red+Green+Blue) = 206+159+169=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA9 is #316056. Grayscale: #AEAEAE. Windows color (decimal): -3235927 or 11116494. OLE color: 11116494.

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

Color convert

RGB 206 159 169 -
CMYK 0 0.23 0.18 0.19
HSL 347.23º 0.32% 0.72% -
HSV(B) 347.23º 0.23% 0.81% -
XYZ 45.01 40.78 43.04 -
YUV 174.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 206 159 169 0 0.23 0.18 0.19 347.23 0.32 0.72
Hex CE 9F A9 0 17 12 13 15B 20 48
Octal 316 237 251 0 27 22 23 533 40 110
Binary 11001110 10011111 10101001 0 10111 10010 10011 101011011 100000 1001000

Color Harmonies of #CE9FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FA9

Black with #CE9FA9

Text Example


Text Example

White with #CE9FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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