#CB9BA3

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

Shades of Careys Pink #CB9BA3

Tints of Careys Pink #CB9BA3

Color information

#CB9BA3 (or 0xCB9BA3) is unknown color: approx Careys Pink. HEX triplet: CB, 9B and A3. RGB value is (203,155,163). Sum of RGB (Red+Green+Blue) = 203+155+163=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BA3 is #34645C. Grayscale: #AAAAAA. Windows color (decimal): -3433565 or 10722251. OLE color: 10722251.

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

Color convert

RGB203155163-
CMYK00.240.200.20
HSL350º31.58%70.2%-
HSV(B)350º23.65%79.61%-
XYZ42.9638.7839.87-
YUV170.26123.9151.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=38.96%
G=29.75%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315516300.240.200.2035031.5870.2
HexCB9BA3018141415e2046
Octal313233243030242453640106
Binary11001011100110111010001101100010100101001010111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BA3; }

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

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

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

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

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

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

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

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