#CB9095

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

Shades of Careys Pink #CB9095

Tints of Careys Pink #CB9095

Color information

#CB9095 (or 0xCB9095) is unknown color: approx Careys Pink. HEX triplet: CB, 90 and 95. RGB value is (203,144,149). Sum of RGB (Red+Green+Blue) = 203+144+149=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9095 is #346F6A. Grayscale: #A2A2A2. Windows color (decimal): -3436395 or 9801931. OLE color: 9801931.

HSL color Cylindrical-coordinate representation of color #CB9095: hue angle of 354.92º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9095 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203144149-
CMYK00.290.270.20
HSL354.92º36.2%68.04%-
HSV(B)354.92º29.06%79.61%-
XYZ40.0334.8133.04-
YUV162.21120.55157.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=40.93%
G=29.03%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314414900.290.270.20354.9236.268.04
HexCB909501D1B141632444
Octal313220225035332454344104
Binary11001011100100001001010101110111011101001011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9095; }

 p { color: rgb(203,144,149); }

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

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

 a { background-color: rgb(203,144,149); }

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

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

 span { border-color: rgb(203,144,149); }

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