#CB99A1

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

Shades of Careys Pink #CB99A1

Tints of Careys Pink #CB99A1

Color information

#CB99A1 (or 0xCB99A1) is unknown color: approx Careys Pink. HEX triplet: CB, 99 and A1. RGB value is (203,153,161). Sum of RGB (Red+Green+Blue) = 203+153+161=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99A1 is #34665E. Grayscale: #A8A8A8. Windows color (decimal): -3434079 or 10590667. OLE color: 10590667.

HSL color Cylindrical-coordinate representation of color #CB99A1: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB99A1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203153161-
CMYK00.250.210.20
HSL350.4º32.47%69.8%-
HSV(B)350.4º24.63%79.61%-
XYZ42.4538.0538.83-
YUV168.86123.56152.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=39.26%
G=29.59%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315316100.250.210.20350.432.4769.8
HexCB99A1019151415e2046
Octal313231241031252453640106
Binary11001011100110011010000101100110101101001010111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99A1; }

 p { color: rgb(203,153,161); }

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

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

 a { background-color: rgb(203,153,161); }

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

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

 span { border-color: rgb(203,153,161); }

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