#C0979E

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

Shades of Careys Pink #C0979E

Tints of Careys Pink #C0979E

Color information

#C0979E (or 0xC0979E) is unknown color: approx Careys Pink. HEX triplet: C0, 97 and 9E. RGB value is (192,151,158). Sum of RGB (Red+Green+Blue) = 192+151+158=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0979E is #3F6861. Grayscale: #A4A4A4. Windows color (decimal): -4155490 or 10393536. OLE color: 10393536.

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

Color convert

RGB192151158-
CMYK00.210.180.25
HSL349.76º24.55%67.25%-
HSV(B)349.76º21.35%75.29%-
XYZ38.9835.8137.21-
YUV164.06124.58147.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=38.32%
G=30.14%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215115800.210.180.25349.7624.5567.25
HexC0979E015121915e1943
Octal300227236025223153631103
Binary1100000010010111100111100101011001011001101011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0979E; }

 p { color: rgb(192,151,158); }

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

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

 a { background-color: rgb(192,151,158); }

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

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

 span { border-color: rgb(192,151,158); }

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