#C0959A

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

Shades of Careys Pink #C0959A

Tints of Careys Pink #C0959A

Color information

#C0959A (or 0xC0959A) is unknown color: approx Careys Pink. HEX triplet: C0, 95 and 9A. RGB value is (192,149,154). Sum of RGB (Red+Green+Blue) = 192+149+154=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959A is #3F6A65. Grayscale: #A2A2A2. Windows color (decimal): -4156006 or 10130880. OLE color: 10130880.

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

Color convert

RGB192149154-
CMYK00.220.200.25
HSL353.02º25.44%66.86%-
HSV(B)353.02º22.4%75.29%-
XYZ38.3235.0335.31-
YUV162.43123.25149.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=38.79%
G=30.10%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214915400.220.200.25353.0225.4466.86
HexC0959A01614191611943
Octal300225232026243154131103
Binary1100000010010101100110100101101010011001101100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0959A; }

 p { color: rgb(192,149,154); }

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

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

 a { background-color: rgb(192,149,154); }

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

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

 span { border-color: rgb(192,149,154); }

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