#CB999F

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

Shades of Careys Pink #CB999F

Tints of Careys Pink #CB999F

Color information

#CB999F (or 0xCB999F) is unknown color: approx Careys Pink. HEX triplet: CB, 99 and 9F. RGB value is (203,153,159). Sum of RGB (Red+Green+Blue) = 203+153+159=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB999F is #346660. Grayscale: #A8A8A8. Windows color (decimal): -3434081 or 10459595. OLE color: 10459595.

HSL color Cylindrical-coordinate representation of color #CB999F: hue angle of 352.8º 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 #CB999F is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203153159-
CMYK00.250.220.20
HSL352.8º32.47%69.8%-
HSV(B)352.8º24.63%79.61%-
XYZ42.2837.9837.9-
YUV168.63122.56152.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=39.42%
G=29.71%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315315900.250.220.20352.832.4769.8
HexCB999F01916141612046
Octal313231237031262454140106
Binary11001011100110011001111101100110110101001011000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB999F; }

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

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

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

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

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

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

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

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