#C398A0

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

Shades of Careys Pink #C398A0

Tints of Careys Pink #C398A0

Color information

#C398A0 (or 0xC398A0) is unknown color: approx Careys Pink. HEX triplet: C3, 98 and A0. RGB value is (195,152,160). Sum of RGB (Red+Green+Blue) = 195+152+160=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A0 is #3C675F. Grayscale: #A5A5A5. Windows color (decimal): -3958624 or 10524867. OLE color: 10524867.

HSL color Cylindrical-coordinate representation of color #C398A0: hue angle of 348.84º 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 #C398A0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195152160-
CMYK00.220.180.24
HSL348.84º26.38%68.04%-
HSV(B)348.84º22.05%76.47%-
XYZ40.0836.638.21-
YUV165.77124.75148.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=38.46%
G=29.98%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515216000.220.180.24348.8426.3868.04
HexC398A0016121815d1a44
Octal303230240026223053532104
Binary1100001110011000101000000101101001011000101011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398A0; }

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

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

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

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

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

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

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

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