#CB9399

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

Shades of Careys Pink #CB9399

Tints of Careys Pink #CB9399

Color information

#CB9399 (or 0xCB9399) is unknown color: approx Careys Pink. HEX triplet: CB, 93 and 99. RGB value is (203,147,153). Sum of RGB (Red+Green+Blue) = 203+147+153=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9399 is #346C66. Grayscale: #A4A4A4. Windows color (decimal): -3435623 or 10064843. OLE color: 10064843.

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

Color convert

RGB203147153-
CMYK00.280.250.20
HSL353.57º35%68.63%-
HSV(B)353.57º27.59%79.61%-
XYZ40.8135.8634.91-
YUV164.43121.55155.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=40.36%
G=29.22%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314715300.280.250.20353.573568.63
HexCB939901C19141622345
Octal313223231034312454243105
Binary11001011100100111001100101110011001101001011000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9399; }

 p { color: rgb(203,147,153); }

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

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

 a { background-color: rgb(203,147,153); }

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

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

 span { border-color: rgb(203,147,153); }

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