#C8BEC0

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

Shades of Pink Flare #C8BEC0

Tints of Pink Flare #C8BEC0

Color information

#C8BEC0 (or 0xC8BEC0) is unknown color: approx Pink Flare. HEX triplet: C8, BE and C0. RGB value is (200,190,192). Sum of RGB (Red+Green+Blue) = 200+190+192=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC0 is #37413F. Grayscale: #C1C1C1. Windows color (decimal): -3621184 or 12631752. OLE color: 12631752.

HSL color Cylindrical-coordinate representation of color #C8BEC0: hue angle of 348º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200190192-
CMYK00.050.040.22
HSL348º8.33%76.47%-
HSV(B)348º5%78.43%-
XYZ51.7552.9157.35-
YUV193.22127.31132.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=34.36%
G=32.65%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019019200.050.040.223488.3376.47
HexC8BEC00541615c84c
Octal3102763000542653410114
Binary11001000101111101100000001011001011010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEC0; }

 p { color: rgb(200,190,192); }

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

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

 a { background-color: rgb(200,190,192); }

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

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

 span { border-color: rgb(200,190,192); }

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