#C89EAC

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

Shades of Careys Pink #C89EAC

Tints of Careys Pink #C89EAC

Color information

#C89EAC (or 0xC89EAC) is unknown color: approx Careys Pink. HEX triplet: C8, 9E and AC. RGB value is (200,158,172). Sum of RGB (Red+Green+Blue) = 200+158+172=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C89EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89EAC is #376153. Grayscale: #ACACAC. Windows color (decimal): -3629396 or 11312840. OLE color: 11312840.

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

Color convert

RGB200158172-
CMYK00.210.140.22
HSL340º27.63%70.2%-
HSV(B)340º21%78.43%-
XYZ43.4939.7144.4-
YUV172.15127.91147.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=37.74%
G=29.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015817200.210.140.2234027.6370.2
HexC89EAC015E161541c46
Octal310236254025162652434106
Binary110010001001111010101100010101111010110101010100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89EAC; }

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

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

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

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

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

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

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

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