#CFBAC6

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

Shades of Maverick #CFBAC6

Tints of Maverick #CFBAC6

Color information

#CFBAC6 (or 0xCFBAC6) is unknown color: approx Maverick. HEX triplet: CF, BA and C6. RGB value is (207,186,198). Sum of RGB (Red+Green+Blue) = 207+186+198=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC6 is #304539. Grayscale: #C1C1C1. Windows color (decimal): -3163450 or 13023951. OLE color: 13023951.

HSL color Cylindrical-coordinate representation of color #CFBAC6: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBAC6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207186198-
CMYK00.100.040.19
HSL325.71º17.95%77.06%-
HSV(B)325.71º10.14%81.18%-
XYZ53.4852.4660.73-
YUV193.65130.46137.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=35.03%
G=31.47%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718619800.100.040.19325.7117.9577.06
HexCFBAC60A413146124d
Octal31727230601242350622115
Binary1100111110111010110001100101010010011101000110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAC6; }

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

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

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

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

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

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

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

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