#C8999A

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

Shades of Careys Pink #C8999A

Tints of Careys Pink #C8999A

Color information

#C8999A (or 0xC8999A) is unknown color: approx Careys Pink. HEX triplet: C8, 99 and 9A. RGB value is (200,153,154). Sum of RGB (Red+Green+Blue) = 200+153+154=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8999A is #376665. Grayscale: #A7A7A7. Windows color (decimal): -3630694 or 10131912. OLE color: 10131912.

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

Color convert

RGB200153154-
CMYK00.240.230.22
HSL358.72º29.94%69.22%-
HSV(B)358.72º23.5%78.43%-
XYZ41.0437.3935.63-
YUV167.17120.57151.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=39.45%
G=30.18%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015315400.240.230.22358.7229.9469.22
HexC8999A01817161671e45
Octal310231232030272654736105
Binary1100100010011001100110100110001011110110101100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8999A; }

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

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

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

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

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

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

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

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