#CB8F93

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

Shades of Careys Pink #CB8F93

Tints of Careys Pink #CB8F93

Color information

#CB8F93 (or 0xCB8F93) is unknown color: approx Careys Pink. HEX triplet: CB, 8F and 93. RGB value is (203,143,147). Sum of RGB (Red+Green+Blue) = 203+143+147=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F93 is #34706C. Grayscale: #A1A1A1. Windows color (decimal): -3436653 or 9670603. OLE color: 9670603.

HSL color Cylindrical-coordinate representation of color #CB8F93: hue angle of 356º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8F93 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203143147-
CMYK00.300.280.20
HSL356º36.59%67.84%-
HSV(B)356º29.56%79.61%-
XYZ39.7234.4532.16-
YUV161.4119.88157.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=41.18%
G=29.01%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314314700.300.280.2035636.5967.84
HexCB8F9301E1C141642544
Octal313217223036342454445104
Binary11001011100011111001001101111011100101001011001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F93; }

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

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

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

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

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

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

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

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