#C8949B

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

Shades of Careys Pink #C8949B

Tints of Careys Pink #C8949B

Color information

#C8949B (or 0xC8949B) is unknown color: approx Careys Pink. HEX triplet: C8, 94 and 9B. RGB value is (200,148,155). Sum of RGB (Red+Green+Blue) = 200+148+155=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8949B is #376B64. Grayscale: #A4A4A4. Windows color (decimal): -3631973 or 10196168. OLE color: 10196168.

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

Color convert

RGB200148155-
CMYK00.260.220.22
HSL351.92º32.1%68.24%-
HSV(B)351.92º26%78.43%-
XYZ40.3335.8335.8-
YUV164.35122.73153.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=39.76%
G=29.42%
B=30.82%

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
Decimal20014815500.260.220.22351.9232.168.24
HexC8949B01A16161602044
Octal310224233032262654040104
Binary11001000100101001001101101101010110101101011000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8949B; }

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

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

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

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

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

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

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

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