#C09396

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

Shades of Careys Pink #C09396

Tints of Careys Pink #C09396

Color information

#C09396 (or 0xC09396) is unknown color: approx Careys Pink. HEX triplet: C0, 93 and 96. RGB value is (192,147,150). Sum of RGB (Red+Green+Blue) = 192+147+150=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09396 is #3F6C69. Grayscale: #A0A0A0. Windows color (decimal): -4156522 or 9868224. OLE color: 9868224.

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

Color convert

RGB192147150-
CMYK00.230.220.25
HSL356º26.32%66.47%-
HSV(B)356º23.44%75.29%-
XYZ37.6834.2833.48-
YUV160.8121.91150.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=39.26%
G=30.06%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214715000.230.220.2535626.3266.47
HexC0939601716191641a42
Octal300223226027263154432102
Binary1100000010010011100101100101111011011001101100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09396; }

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

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

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

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

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

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

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

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