#CB9BA1

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

Shades of Careys Pink #CB9BA1

Tints of Careys Pink #CB9BA1

Color information

#CB9BA1 (or 0xCB9BA1) is unknown color: approx Careys Pink. HEX triplet: CB, 9B and A1. RGB value is (203,155,161). Sum of RGB (Red+Green+Blue) = 203+155+161=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BA1 is #34645E. Grayscale: #AAAAAA. Windows color (decimal): -3433567 or 10591179. OLE color: 10591179.

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

Color convert

RGB203155161-
CMYK00.240.210.20
HSL352.5º31.58%70.2%-
HSV(B)352.5º23.65%79.61%-
XYZ42.7838.7138.94-
YUV170.04122.9151.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=39.11%
G=29.87%
B=31.02%

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
Decimal20315516100.240.210.20352.531.5870.2
HexCB9BA101815141602046
Octal313233241030252454040106
Binary11001011100110111010000101100010101101001011000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BA1; }

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

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

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

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

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

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

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

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