Html Css Color HEX #CE9FA2 Careys Pink

📋 copy color: '#CE9FA2'

red 206 ◦ green 159 ◦ blue 162

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

Shades of Careys Pink #CE9FA2

Tints of Careys Pink #CE9FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 39.09%
G = 30.17%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE9FA2 (or 0xCE9FA2) is known color: Careys Pink. HEX triplet: CE, 9F and A2. RGB value is (206,159,162). Sum of RGB (Red+Green+Blue) = 206+159+162=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA2 is #31605D. Grayscale: #ADADAD. Windows color (decimal): -3235934 or 10657742. OLE color: 10657742.

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

Color convert

RGB 206 159 162 -
CMYK 0 0.23 0.21 0.19
HSL 356.17º 0.32% 0.72% -
HSV(B) 356.17º 0.23% 0.81% -
XYZ 44.37 40.53 39.67 -
YUV 173.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 206 159 162 0 0.23 0.21 0.19 356.17 0.32 0.72
Hex CE 9F A2 0 17 15 13 164 20 48
Octal 316 237 242 0 27 25 23 544 40 110
Binary 11001110 10011111 10100010 0 10111 10101 10011 101100100 100000 1001000

Color Harmonies of #CE9FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FA2

Black with #CE9FA2

Text Example


Text Example

White with #CE9FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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