#CFA2BF

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

Shades of Maverick #CFA2BF

Tints of Maverick #CFA2BF

Color information

#CFA2BF (or 0xCFA2BF) is unknown color: approx Maverick. HEX triplet: CF, A2 and BF. RGB value is (207,162,191). Sum of RGB (Red+Green+Blue) = 207+162+191=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BF is #305D40. Grayscale: #B2B2B2. Windows color (decimal): -3169601 or 12559055. OLE color: 12559055.

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

Color convert

RGB207162191-
CMYK00.220.080.19
HSL321.33º31.91%72.35%-
HSV(B)321.33º21.74%81.18%-
XYZ48.0642.8755.03-
YUV178.76134.91148.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 191 (75% from 255) = 34.11%
R=36.96%
G=28.93%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716219100.220.080.19321.3331.9172.35
HexCFA2BF0168131412048
Octal317242277026102350140110
Binary1100111110100010101111110101101000100111010000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2BF; }

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

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

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

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

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

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

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

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