#C0AFB3

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

Shades of Pink Flare #C0AFB3

Tints of Pink Flare #C0AFB3

Color information

#C0AFB3 (or 0xC0AFB3) is unknown color: approx Pink Flare. HEX triplet: C0, AF and B3. RGB value is (192,175,179). Sum of RGB (Red+Green+Blue) = 192+175+179=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB3 is #3F504C. Grayscale: #B4B4B4. Windows color (decimal): -4149325 or 11775936. OLE color: 11775936.

HSL color Cylindrical-coordinate representation of color #C0AFB3: hue angle of 345.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192175179-
CMYK00.090.070.25
HSL345.88º11.89%71.96%-
HSV(B)345.88º8.85%75.29%-
XYZ45.245.1248.97-
YUV180.54127.13136.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=35.16%
G=32.05%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217517900.090.070.25345.8811.8971.96
HexC0AFB30971915ac48
Octal30025726301173153214110
Binary110000001010111110110011010011111100110101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFB3; }

 p { color: rgb(192,175,179); }

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

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

 a { background-color: rgb(192,175,179); }

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

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

 span { border-color: rgb(192,175,179); }

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