#CFA6BF

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

Shades of Maverick #CFA6BF

Tints of Maverick #CFA6BF

Color information

#CFA6BF (or 0xCFA6BF) is unknown color: approx Maverick. HEX triplet: CF, A6 and BF. RGB value is (207,166,191). Sum of RGB (Red+Green+Blue) = 207+166+191=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BF is #305940. Grayscale: #B5B5B5. Windows color (decimal): -3168577 or 12560079. OLE color: 12560079.

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

Color convert

RGB207166191-
CMYK00.200.080.19
HSL323.41º29.93%73.14%-
HSV(B)323.41º19.81%81.18%-
XYZ48.7744.355.27-
YUV181.11133.58146.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 191 (75% from 255) = 33.87%
R=36.70%
G=29.43%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716619100.200.080.19323.4129.9373.14
HexCFA6BF0148131431e49
Octal317246277024102350336111
Binary110011111010011010111111010100100010011101000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6BF; }

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

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

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

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

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

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

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

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