#C299A0

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

Shades of Careys Pink #C299A0

Tints of Careys Pink #C299A0

Color information

#C299A0 (or 0xC299A0) is unknown color: approx Careys Pink. HEX triplet: C2, 99 and A0. RGB value is (194,153,160). Sum of RGB (Red+Green+Blue) = 194+153+160=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A0 is #3D665F. Grayscale: #A6A6A6. Windows color (decimal): -4023904 or 10525122. OLE color: 10525122.

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

Color convert

RGB194153160-
CMYK00.210.180.24
HSL349.76º25.15%68.04%-
HSV(B)349.76º21.13%76.08%-
XYZ39.9836.7938.25-
YUV166.06124.58147.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=38.26%
G=30.18%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415316000.210.180.24349.7625.1568.04
HexC299A0015121815e1944
Octal302231240025223053631104
Binary1100001010011001101000000101011001011000101011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299A0; }

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

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

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

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

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

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

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

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