#C09193

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

Shades of Careys Pink #C09193

Tints of Careys Pink #C09193

Color information

#C09193 (or 0xC09193) is unknown color: approx Careys Pink. HEX triplet: C0, 91 and 93. RGB value is (192,145,147). Sum of RGB (Red+Green+Blue) = 192+145+147=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C09193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09193 is #3F6E6C. Grayscale: #9F9F9F. Windows color (decimal): -4157037 or 9671104. OLE color: 9671104.

HSL color Cylindrical-coordinate representation of color #C09193: hue angle of 357.45º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09193 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192145147-
CMYK00.240.230.25
HSL357.45º27.17%66.08%-
HSV(B)357.45º24.48%75.29%-
XYZ37.1333.5632.13-
YUV159.28121.07151.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=39.67%
G=29.96%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214514700.240.230.25357.4527.1766.08
HexC0919301817191651b42
Octal300221223030273154533102
Binary1100000010010001100100110110001011111001101100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09193; }

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

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

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

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

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

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

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

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