#CB9BA0

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

Shades of Careys Pink #CB9BA0

Tints of Careys Pink #CB9BA0

Color information

#CB9BA0 (or 0xCB9BA0) is unknown color: approx Careys Pink. HEX triplet: CB, 9B and A0. RGB value is (203,155,160). Sum of RGB (Red+Green+Blue) = 203+155+160=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BA0 is #34645F. Grayscale: #A9A9A9. Windows color (decimal): -3433568 or 10525643. OLE color: 10525643.

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

Color convert

RGB203155160-
CMYK00.240.210.20
HSL353.75º31.58%70.2%-
HSV(B)353.75º23.65%79.61%-
XYZ42.738.6838.47-
YUV169.92122.4151.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=39.19%
G=29.92%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315516000.240.210.20353.7531.5870.2
HexCB9BA001815141622046
Octal313233240030252454240106
Binary11001011100110111010000001100010101101001011000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BA0; }

 p { color: rgb(203,155,160); }

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

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

 a { background-color: rgb(203,155,160); }

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

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

 span { border-color: rgb(203,155,160); }

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