#C89092

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

Shades of Careys Pink #C89092

Tints of Careys Pink #C89092

Color information

#C89092 (or 0xC89092) is unknown color: approx Careys Pink. HEX triplet: C8, 90 and 92. RGB value is (200,144,146). Sum of RGB (Red+Green+Blue) = 200+144+146=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89092 is #376F6D. Grayscale: #A1A1A1. Windows color (decimal): -3633006 or 9605320. OLE color: 9605320.

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

Color convert

RGB200144146-
CMYK00.280.270.22
HSL357.86º33.73%67.45%-
HSV(B)357.86º28%78.43%-
XYZ38.9834.331.76-
YUV160.97119.55155.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=40.82%
G=29.39%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014414600.280.270.22357.8633.7367.45
HexC8909201C1B161662243
Octal310220222034332654642103
Binary11001000100100001001001001110011011101101011001101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89092; }

 p { color: rgb(200,144,146); }

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

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

 a { background-color: rgb(200,144,146); }

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

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

 span { border-color: rgb(200,144,146); }

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