#C89AA2

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

Shades of Careys Pink #C89AA2

Tints of Careys Pink #C89AA2

Color information

#C89AA2 (or 0xC89AA2) is unknown color: approx Careys Pink. HEX triplet: C8, 9A and A2. RGB value is (200,154,162). Sum of RGB (Red+Green+Blue) = 200+154+162=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C89AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89AA2 is #37655D. Grayscale: #A8A8A8. Windows color (decimal): -3630430 or 10656456. OLE color: 10656456.

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

Color convert

RGB200154162-
CMYK00.230.190.22
HSL349.57º29.49%69.41%-
HSV(B)349.57º23%78.43%-
XYZ41.93839.31-
YUV168.67124.24150.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=38.76%
G=29.84%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015416200.230.190.22349.5729.4969.41
HexC89AA2017131615e1d45
Octal310232242027232653635105
Binary1100100010011010101000100101111001110110101011110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89AA2; }

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

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

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

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

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

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

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

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