#C09192

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

Shades of Careys Pink #C09192

Tints of Careys Pink #C09192

Color information

#C09192 (or 0xC09192) is unknown color: approx Careys Pink. HEX triplet: C0, 91 and 92. RGB value is (192,145,146). Sum of RGB (Red+Green+Blue) = 192+145+146=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09192 is #3F6E6D. Grayscale: #9F9F9F. Windows color (decimal): -4157038 or 9605568. OLE color: 9605568.

HSL color Cylindrical-coordinate representation of color #C09192: hue angle of 358.72º 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 #C09192 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192145146-
CMYK00.240.240.25
HSL358.72º27.17%66.08%-
HSV(B)358.72º24.48%75.29%-
XYZ37.0533.5331.71-
YUV159.17120.57151.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=39.75%
G=30.02%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214514600.240.240.25358.7227.1766.08
HexC0919201818191671b42
Octal300221222030303154733102
Binary1100000010010001100100100110001100011001101100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09192; }

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

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

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

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

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

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

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

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