Html Css Color HEX #CE99A2 Careys Pink

📋 copy color: '#CE99A2'

red 206 ◦ green 153 ◦ blue 162

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

Shades of Careys Pink #CE99A2

Tints of Careys Pink #CE99A2

RGB

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

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

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

R = 39.54%
G = 29.37%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE99A2 (or 0xCE99A2) is known color: Careys Pink. HEX triplet: CE, 99 and A2. RGB value is (206,153,162). Sum of RGB (Red+Green+Blue) = 206+153+162=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99A2 is #31665D. Grayscale: #A9A9A9. Windows color (decimal): -3237470 or 10656206. OLE color: 10656206.

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

Color convert

RGB 206 153 162 -
CMYK 0 0.26 0.21 0.19
HSL 349.81º 0.35% 0.7% -
HSV(B) 349.81º 0.26% 0.81% -
XYZ 43.37 38.51 39.33 -
YUV 169.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 206 153 162 0 0.26 0.21 0.19 349.81 0.35 0.7
Hex CE 99 A2 0 1A 15 13 15E 23 46
Octal 316 231 242 0 32 25 23 536 43 106
Binary 11001110 10011001 10100010 0 11010 10101 10011 101011110 100011 1000110

Color Harmonies of #CE99A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99A2

Black with #CE99A2

Text Example


Text Example

White with #CE99A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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