#CFA6C6

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

Shades of Maverick #CFA6C6

Tints of Maverick #CFA6C6

Color information

#CFA6C6 (or 0xCFA6C6) is unknown color: approx Maverick. HEX triplet: CF, A6 and C6. RGB value is (207,166,198). Sum of RGB (Red+Green+Blue) = 207+166+198=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C6 is #305939. Grayscale: #B5B5B5. Windows color (decimal): -3168570 or 13018831. OLE color: 13018831.

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

Color convert

RGB207166198-
CMYK00.200.040.19
HSL313.17º29.93%73.14%-
HSV(B)313.17º19.81%81.18%-
XYZ49.5644.6259.43-
YUV181.91137.08145.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=36.25%
G=29.07%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716619800.200.040.19313.1729.9373.14
HexCFA6C60144131391e49
Octal31724630602442347136111
Binary11001111101001101100011001010010010011100111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6C6; }

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

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

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

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

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

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

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

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