#C8AFB4

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

Shades of Pink Flare #C8AFB4

Tints of Pink Flare #C8AFB4

Color information

#C8AFB4 (or 0xC8AFB4) is unknown color: approx Pink Flare. HEX triplet: C8, AF and B4. RGB value is (200,175,180). Sum of RGB (Red+Green+Blue) = 200+175+180=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFB4 is #37504B. Grayscale: #B7B7B7. Windows color (decimal): -3625036 or 11841480. OLE color: 11841480.

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

Color convert

RGB200175180-
CMYK00.120.10.22
HSL348º18.52%73.53%-
HSV(B)348º12.5%78.43%-
XYZ47.3946.2349.61-
YUV183.04126.28140.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=36.04%
G=31.53%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017518000.120.10.2234818.5273.53
HexC8AFB40CA1615c134a
Octal310257264014122653423112
Binary11001000101011111011010001100101010110101011100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFB4; }

 p { color: rgb(200,175,180); }

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

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

 a { background-color: rgb(200,175,180); }

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

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

 span { border-color: rgb(200,175,180); }

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