#CFA3BF

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

Shades of Maverick #CFA3BF

Tints of Maverick #CFA3BF

Color information

#CFA3BF (or 0xCFA3BF) is unknown color: approx Maverick. HEX triplet: CF, A3 and BF. RGB value is (207,163,191). Sum of RGB (Red+Green+Blue) = 207+163+191=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BF is #305C40. Grayscale: #B3B3B3. Windows color (decimal): -3169345 or 12559311. OLE color: 12559311.

HSL color Cylindrical-coordinate representation of color #CFA3BF: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3BF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207163191-
CMYK00.210.080.19
HSL321.82º31.43%72.55%-
HSV(B)321.82º21.26%81.18%-
XYZ48.2343.2255.09-
YUV179.35134.58147.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 191 (75% from 255) = 34.05%
R=36.90%
G=29.06%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716319100.210.080.19321.8231.4372.55
HexCFA3BF0158131421f49
Octal317243277025102350237111
Binary110011111010001110111111010101100010011101000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3BF; }

 p { color: rgb(207,163,191); }

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

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

 a { background-color: rgb(207,163,191); }

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

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

 span { border-color: rgb(207,163,191); }

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