#C89A9E

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

Shades of Careys Pink #C89A9E

Tints of Careys Pink #C89A9E

Color information

#C89A9E (or 0xC89A9E) is unknown color: approx Careys Pink. HEX triplet: C8, 9A and 9E. RGB value is (200,154,158). Sum of RGB (Red+Green+Blue) = 200+154+158=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A9E is #376561. Grayscale: #A8A8A8. Windows color (decimal): -3630434 or 10394312. OLE color: 10394312.

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

Color convert

RGB200154158-
CMYK00.230.210.22
HSL354.78º29.49%69.41%-
HSV(B)354.78º23%78.43%-
XYZ41.5537.8637.47-
YUV168.21122.24150.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=39.06%
G=30.08%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015415800.230.210.22354.7829.4969.41
HexC89A9E01715161631d45
Octal310232236027252654335105
Binary1100100010011010100111100101111010110110101100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A9E; }

 p { color: rgb(200,154,158); }

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

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

 a { background-color: rgb(200,154,158); }

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

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

 span { border-color: rgb(200,154,158); }

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