#C099A0

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

Shades of Careys Pink #C099A0

Tints of Careys Pink #C099A0

Color information

#C099A0 (or 0xC099A0) is unknown color: approx Careys Pink. HEX triplet: C0, 99 and A0. RGB value is (192,153,160). Sum of RGB (Red+Green+Blue) = 192+153+160=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C099A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099A0 is #3F665F. Grayscale: #A5A5A5. Windows color (decimal): -4154976 or 10525120. OLE color: 10525120.

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

Color convert

RGB192153160-
CMYK00.200.170.25
HSL349.23º23.64%67.65%-
HSV(B)349.23º20.31%75.29%-
XYZ39.4736.5338.23-
YUV165.46124.92146.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=38.02%
G=30.30%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215316000.200.170.25349.2323.6467.65
HexC099A0014111915d1844
Octal300231240024213153530104
Binary1100000010011001101000000101001000111001101011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099A0; }

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

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

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

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

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

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

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

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