#C8AFB2

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

Shades of Pink Flare #C8AFB2

Tints of Pink Flare #C8AFB2

Color information

#C8AFB2 (or 0xC8AFB2) is unknown color: approx Pink Flare. HEX triplet: C8, AF and B2. RGB value is (200,175,178). Sum of RGB (Red+Green+Blue) = 200+175+178=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFB2 is #37504D. Grayscale: #B6B6B6. Windows color (decimal): -3625038 or 11710408. OLE color: 11710408.

HSL color Cylindrical-coordinate representation of color #C8AFB2: hue angle of 352.8º 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 #C8AFB2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB200175178-
CMYK00.120.110.22
HSL352.8º18.52%73.53%-
HSV(B)352.8º12.5%78.43%-
XYZ47.1946.1548.54-
YUV182.82125.28140.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=36.17%
G=31.65%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017517800.120.110.22352.818.5273.53
HexC8AFB20CB16161134a
Octal310257262014132654123112
Binary11001000101011111011001001100101110110101100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFB2; }

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

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

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

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

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

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

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

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