#C8939B

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

Shades of Careys Pink #C8939B

Tints of Careys Pink #C8939B

Color information

#C8939B (or 0xC8939B) is unknown color: approx Careys Pink. HEX triplet: C8, 93 and 9B. RGB value is (200,147,155). Sum of RGB (Red+Green+Blue) = 200+147+155=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8939B is #376C64. Grayscale: #A3A3A3. Windows color (decimal): -3632229 or 10195912. OLE color: 10195912.

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

Color convert

RGB200147155-
CMYK00.260.220.22
HSL350.94º32.52%68.04%-
HSV(B)350.94º26.5%78.43%-
XYZ40.1735.5135.75-
YUV163.76123.06153.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=39.84%
G=29.28%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014715500.260.220.22350.9432.5268.04
HexC8939B01A161615f2144
Octal310223233032262653741104
Binary11001000100100111001101101101010110101101010111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8939B; }

 p { color: rgb(200,147,155); }

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

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

 a { background-color: rgb(200,147,155); }

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

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

 span { border-color: rgb(200,147,155); }

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