#CB9193

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

Shades of Careys Pink #CB9193

Tints of Careys Pink #CB9193

Color information

#CB9193 (or 0xCB9193) is unknown color: approx Careys Pink. HEX triplet: CB, 91 and 93. RGB value is (203,145,147). Sum of RGB (Red+Green+Blue) = 203+145+147=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9193 is #346E6C. Grayscale: #A2A2A2. Windows color (decimal): -3436141 or 9671115. OLE color: 9671115.

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

Color convert

RGB203145147-
CMYK00.290.280.20
HSL357.93º35.8%68.24%-
HSV(B)357.93º28.57%79.61%-
XYZ40.0235.0532.26-
YUV162.57119.22156.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=41.01%
G=29.29%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314514700.290.280.20357.9335.868.24
HexCB919301D1C141662444
Octal313221223035342454644104
Binary11001011100100011001001101110111100101001011001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9193; }

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

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

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

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

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

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

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

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