#C89B9D

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

Shades of Careys Pink #C89B9D

Tints of Careys Pink #C89B9D

Color information

#C89B9D (or 0xC89B9D) is unknown color: approx Careys Pink. HEX triplet: C8, 9B and 9D. RGB value is (200,155,157). Sum of RGB (Red+Green+Blue) = 200+155+157=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B9D is #376462. Grayscale: #A8A8A8. Windows color (decimal): -3630179 or 10329032. OLE color: 10329032.

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

Color convert

RGB200155157-
CMYK00.220.220.22
HSL357.33º29.03%69.61%-
HSV(B)357.33º22.5%78.43%-
XYZ41.6338.1637.07-
YUV168.68121.41150.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=39.06%
G=30.27%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015515700.220.220.22357.3329.0369.61
HexC89B9D01616161651d46
Octal310233235026262654535106
Binary1100100010011011100111010101101011010110101100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B9D; }

 p { color: rgb(200,155,157); }

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

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

 a { background-color: rgb(200,155,157); }

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

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

 span { border-color: rgb(200,155,157); }

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