#CB9194

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

Shades of Careys Pink #CB9194

Tints of Careys Pink #CB9194

Color information

#CB9194 (or 0xCB9194) is unknown color: approx Careys Pink. HEX triplet: CB, 91 and 94. RGB value is (203,145,148). Sum of RGB (Red+Green+Blue) = 203+145+148=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9194 is #346E6B. Grayscale: #A2A2A2. Windows color (decimal): -3436140 or 9736651. OLE color: 9736651.

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

Color convert

RGB203145148-
CMYK00.290.270.20
HSL356.9º35.8%68.24%-
HSV(B)356.9º28.57%79.61%-
XYZ40.135.0932.68-
YUV162.68119.72156.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=40.93%
G=29.23%
B=29.84%

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
Decimal20314514800.290.270.20356.935.868.24
HexCB919401D1B141652444
Octal313221224035332454544104
Binary11001011100100011001010001110111011101001011001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9194; }

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

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

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

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

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

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

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

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