#C89095

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

Shades of Careys Pink #C89095

Tints of Careys Pink #C89095

Color information

#C89095 (or 0xC89095) is unknown color: approx Careys Pink. HEX triplet: C8, 90 and 95. RGB value is (200,144,149). Sum of RGB (Red+Green+Blue) = 200+144+149=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89095 is #376F6A. Grayscale: #A1A1A1. Windows color (decimal): -3633003 or 9801928. OLE color: 9801928.

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

Color convert

RGB200144149-
CMYK00.280.260.22
HSL354.64º33.73%67.45%-
HSV(B)354.64º28%78.43%-
XYZ39.2234.433.01-
YUV161.31121.05155.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=40.57%
G=29.21%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014414900.280.260.22354.6433.7367.45
HexC8909501C1A161632243
Octal310220225034322654342103
Binary11001000100100001001010101110011010101101011000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89095; }

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

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

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

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

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

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

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

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