#C8929A

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

Shades of Careys Pink #C8929A

Tints of Careys Pink #C8929A

Color information

#C8929A (or 0xC8929A) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 9A. RGB value is (200,146,154). Sum of RGB (Red+Green+Blue) = 200+146+154=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8929A is #376D65. Grayscale: #A3A3A3. Windows color (decimal): -3632486 or 10130120. OLE color: 10130120.

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

Color convert

RGB200146154-
CMYK00.270.230.22
HSL351.11º32.93%67.84%-
HSV(B)351.11º27%78.43%-
XYZ39.9335.1735.26-
YUV163.06122.89154.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=40%
G=29.2%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014615400.270.230.22351.1132.9367.84
HexC8929A01B171615f2144
Octal310222232033272653741104
Binary11001000100100101001101001101110111101101010111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8929A; }

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

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

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

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

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

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

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

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