#C0999D

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

Shades of Careys Pink #C0999D

Tints of Careys Pink #C0999D

Color information

#C0999D (or 0xC0999D) is unknown color: approx Careys Pink. HEX triplet: C0, 99 and 9D. RGB value is (192,153,157). Sum of RGB (Red+Green+Blue) = 192+153+157=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0999D is #3F6662. Grayscale: #A5A5A5. Windows color (decimal): -4154979 or 10328512. OLE color: 10328512.

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

Color convert

RGB192153157-
CMYK00.200.180.25
HSL353.85º23.64%67.65%-
HSV(B)353.85º20.31%75.29%-
XYZ39.2236.4236.86-
YUV165.12123.42147.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=38.25%
G=30.48%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215315700.200.180.25353.8523.6467.65
HexC0999D01412191621844
Octal300231235024223154230104
Binary1100000010011001100111010101001001011001101100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0999D; }

 p { color: rgb(192,153,157); }

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

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

 a { background-color: rgb(192,153,157); }

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

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

 span { border-color: rgb(192,153,157); }

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