#CFA3BD

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

Shades of Maverick #CFA3BD

Tints of Maverick #CFA3BD

Color information

#CFA3BD (or 0xCFA3BD) is unknown color: approx Maverick. HEX triplet: CF, A3 and BD. RGB value is (207,163,189). Sum of RGB (Red+Green+Blue) = 207+163+189=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BD is #305C42. Grayscale: #B3B3B3. Windows color (decimal): -3169347 or 12428239. OLE color: 12428239.

HSL color Cylindrical-coordinate representation of color #CFA3BD: hue angle of 324.55º 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 #CFA3BD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207163189-
CMYK00.210.090.19
HSL324.55º31.43%72.55%-
HSV(B)324.55º21.26%81.18%-
XYZ48.0143.1353.94-
YUV179.12133.58147.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=37.03%
G=29.16%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716318900.210.090.19324.5531.4372.55
HexCFA3BD0159131451f49
Octal317243275025112350537111
Binary110011111010001110111101010101100110011101000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3BD; }

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

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

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

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

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

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

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

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