#C098A0

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

Shades of Careys Pink #C098A0

Tints of Careys Pink #C098A0

Color information

#C098A0 (or 0xC098A0) is unknown color: approx Careys Pink. HEX triplet: C0, 98 and A0. RGB value is (192,152,160). Sum of RGB (Red+Green+Blue) = 192+152+160=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C098A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098A0 is #3F675F. Grayscale: #A4A4A4. Windows color (decimal): -4155232 or 10524864. OLE color: 10524864.

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

Color convert

RGB192152160-
CMYK00.210.170.25
HSL348º24.1%67.45%-
HSV(B)348º20.83%75.29%-
XYZ39.3136.238.17-
YUV164.87125.25147.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=38.10%
G=30.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215216000.210.170.2534824.167.45
HexC098A0015111915c1843
Octal300230240025213153430103
Binary1100000010011000101000000101011000111001101011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098A0; }

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

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

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

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

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

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

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

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