#C99BA8

Color #C99BA8 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C99BA8

Tints of Careys Pink #C99BA8

Color information

#C99BA8 (or 0xC99BA8) is unknown color: approx Careys Pink. HEX triplet: C9, 9B and A8. RGB value is (201,155,168). Sum of RGB (Red+Green+Blue) = 201+155+168=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BA8 is #366457. Grayscale: #AAAAAA. Windows color (decimal): -3564632 or 11049929. OLE color: 11049929.

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

Color convert

RGB201155168-
CMYK00.230.160.21
HSL343.04º29.87%69.8%-
HSV(B)343.04º22.89%78.82%-
XYZ42.8838.6942.25-
YUV170.24126.74149.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=38.36%
G=29.58%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115516800.230.160.21343.0429.8769.8
HexC99BA801710151571e46
Octal311233250027202552736106
Binary1100100110011011101010000101111000010101101010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BA8; }

 p { color: rgb(201,155,168); }

 H1.HeaderClassName
 {
   color: #C99BA8;
 }
 .AnyTagClassName
 {
   color: #C99BA8;
 }
</style>
background-color css

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

 a { background-color: rgb(201,155,168); }

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

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

 span { border-color: rgb(201,155,168); }

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