Html Css Color HEX #C99EAB Careys Pink

📋 copy color: '#C99EAB'

red 201 ◦ green 158 ◦ blue 171

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

Shades of Careys Pink #C99EAB

Tints of Careys Pink #C99EAB

RGB

 RED value IS 201 (78.91% from 255) = 37.92%

 GREEN value IS 158 (62.11% from 255) = 29.81%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 37.92%
G = 29.81%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C99EAB (or 0xC99EAB) is known color: Careys Pink. HEX triplet: C9, 9E and AB. RGB value is (201,158,171). Sum of RGB (Red+Green+Blue) = 201+158+171=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EAB is #366154. Grayscale: #ACACAC. Windows color (decimal): -3563861 or 11247305. OLE color: 11247305.

HSL color Cylindrical-coordinate representation of color #C99EAB: hue angle of 341.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EAB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 158 171 -
CMYK 0 0.21 0.15 0.21
HSL 341.86º 0.28% 0.7% -
HSV(B) 341.86º 0.21% 0.79% -
XYZ 43.66 39.81 43.91 -
YUV 172.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 201 158 171 0 0.21 0.15 0.21 341.86 0.28 0.7
Hex C9 9E AB 0 15 F 15 156 1C 46
Octal 311 236 253 0 25 17 25 526 34 106
Binary 11001001 10011110 10101011 0 10101 1111 10101 101010110 11100 1000110

Color Harmonies of #C99EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EAB

Black with #C99EAB

Text Example


Text Example

White with #C99EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EAB; }

 p { color: rgb(201,158,171); }

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

background-color css

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

 a { background-color: rgb(201,158,171); }

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

border-color css

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

 span { border-color: rgb(201,158,171); }

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