#C298A1

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

Shades of Careys Pink #C298A1

Tints of Careys Pink #C298A1

Color information

#C298A1 (or 0xC298A1) is unknown color: approx Careys Pink. HEX triplet: C2, 98 and A1. RGB value is (194,152,161). Sum of RGB (Red+Green+Blue) = 194+152+161=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C298A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298A1 is #3D675E. Grayscale: #A5A5A5. Windows color (decimal): -4024159 or 10590402. OLE color: 10590402.

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

Color convert

RGB194152161-
CMYK00.220.170.24
HSL347.14º25.61%67.84%-
HSV(B)347.14º21.65%76.08%-
XYZ39.9136.538.66-
YUV165.58125.41148.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=38.26%
G=29.98%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415216100.220.170.24347.1425.6167.84
HexC298A1016111815b1a44
Octal302230241026213053332104
Binary1100001010011000101000010101101000111000101011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298A1; }

 p { color: rgb(194,152,161); }

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

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

 a { background-color: rgb(194,152,161); }

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

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

 span { border-color: rgb(194,152,161); }

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