#CB9094

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

Shades of Careys Pink #CB9094

Tints of Careys Pink #CB9094

Color information

#CB9094 (or 0xCB9094) is unknown color: approx Careys Pink. HEX triplet: CB, 90 and 94. RGB value is (203,144,148). Sum of RGB (Red+Green+Blue) = 203+144+148=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9094 is #346F6B. Grayscale: #A2A2A2. Windows color (decimal): -3436396 or 9736395. OLE color: 9736395.

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

Color convert

RGB203144148-
CMYK00.290.270.20
HSL355.93º36.2%68.04%-
HSV(B)355.93º29.06%79.61%-
XYZ39.9534.7832.62-
YUV162.1120.05157.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=41.01%
G=29.09%
B=29.90%

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
Decimal20314414800.290.270.20355.9336.268.04
HexCB909401D1B141642444
Octal313220224035332454444104
Binary11001011100100001001010001110111011101001011001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9094; }

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

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

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

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

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

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

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

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