#C896A0

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

Shades of Careys Pink #C896A0

Tints of Careys Pink #C896A0

Color information

#C896A0 (or 0xC896A0) is unknown color: approx Careys Pink. HEX triplet: C8, 96 and A0. RGB value is (200,150,160). Sum of RGB (Red+Green+Blue) = 200+150+160=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C896A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896A0 is #37695F. Grayscale: #A6A6A6. Windows color (decimal): -3631456 or 10524360. OLE color: 10524360.

HSL color Cylindrical-coordinate representation of color #C896A0: hue angle of 348º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896A0 is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB200150160-
CMYK00.250.20.22
HSL348º31.25%68.63%-
HSV(B)348º25%78.43%-
XYZ41.0736.6338.16-
YUV166.09124.56152.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=39.22%
G=29.41%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015016000.250.20.2234831.2568.63
HexC896A0019141615c1f45
Octal310226240031242653437105
Binary1100100010010110101000000110011010010110101011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896A0; }

 p { color: rgb(200,150,160); }

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

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

 a { background-color: rgb(200,150,160); }

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

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

 span { border-color: rgb(200,150,160); }

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