#C8A5B0

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

Shades of Careys Pink #C8A5B0

Tints of Careys Pink #C8A5B0

Color information

#C8A5B0 (or 0xC8A5B0) is unknown color: approx Careys Pink. HEX triplet: C8, A5 and B0. RGB value is (200,165,176). Sum of RGB (Red+Green+Blue) = 200+165+176=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5B0 is #375A4F. Grayscale: #B0B0B0. Windows color (decimal): -3627600 or 11576776. OLE color: 11576776.

HSL color Cylindrical-coordinate representation of color #C8A5B0: hue angle of 341.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A5B0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200165176-
CMYK00.180.120.22
HSL341.14º24.14%71.57%-
HSV(B)341.14º17.5%78.43%-
XYZ45.1142.3246.87-
YUV176.72127.6144.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=36.97%
G=30.50%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016517600.180.120.22341.1424.1471.57
HexC8A5B0012C161551848
Octal310245260022142652530110
Binary110010001010010110110000010010110010110101010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5B0; }

 p { color: rgb(200,165,176); }

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

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

 a { background-color: rgb(200,165,176); }

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

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

 span { border-color: rgb(200,165,176); }

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