#CB9596

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

Shades of Careys Pink #CB9596

Tints of Careys Pink #CB9596

Color information

#CB9596 (or 0xCB9596) is unknown color: approx Careys Pink. HEX triplet: CB, 95 and 96. RGB value is (203,149,150). Sum of RGB (Red+Green+Blue) = 203+149+150=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9596 is #346A69. Grayscale: #A5A5A5. Windows color (decimal): -3435114 or 9868747. OLE color: 9868747.

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

Color convert

RGB203149150-
CMYK00.270.260.20
HSL358.89º34.18%69.02%-
HSV(B)358.89º26.6%79.61%-
XYZ40.8836.3933.72-
YUV165.26119.39154.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=40.44%
G=29.68%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314915000.270.260.20358.8934.1869.02
HexCB959601B1A141672245
Octal313225226033322454742105
Binary11001011100101011001011001101111010101001011001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9596; }

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

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

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

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

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

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

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

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